diff --git a/plugin/repl.vim b/plugin/repl.vim index 1f9e73f..a0eb07d 100644 --- a/plugin/repl.vim +++ b/plugin/repl.vim @@ -98,4 +98,4 @@ endfunction "endfunction command! -nargs=0 Repl call Repl() -nnoremap i :Repl +nnoremap (repl-run) :Repl