6 lines
182 B
VimL
6 lines
182 B
VimL
setlocal tabstop=4
|
|
nnoremap <buffer> <F4> :GodotRunLast<CR>
|
|
nnoremap <buffer> <F5> :GodotRun<CR>
|
|
nnoremap <buffer> <F6> :GodotRunCurrent<CR>
|
|
nnoremap <buffer> <F7> :GodotRunFZF<CR>
|
|
|