nvim: go back to source code when running <leader>ri
This commit is contained in:
parent
e6d62b9db7
commit
fab40434d0
@ -127,6 +127,7 @@ function RunInput()
|
|||||||
let @x = join(readfile(inputfile), "\n") .. "\n\n"
|
let @x = join(readfile(inputfile), "\n") .. "\n\n"
|
||||||
Program
|
Program
|
||||||
normal G"xp
|
normal G"xp
|
||||||
|
Source
|
||||||
endfunction
|
endfunction
|
||||||
nnoremap <silent> <leader>ri :call RunInput()<cr>
|
nnoremap <silent> <leader>ri :call RunInput()<cr>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user