nvim: go back to source code when running <leader>ri

This commit is contained in:
dogeystamp 2023-05-06 11:30:35 -04:00
parent e6d62b9db7
commit fab40434d0
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -127,6 +127,7 @@ function RunInput()
let @x = join(readfile(inputfile), "\n") .. "\n\n"
Program
normal G"xp
Source
endfunction
nnoremap <silent> <leader>ri :call RunInput()<cr>