Fix default keymappings
This commit is contained in:
parent
c0ff29aeeb
commit
ca8f61644c
@ -37,7 +37,7 @@ nnoremap <silent> <Plug>(repl-run) :<C-u>call repl#run_repl()<CR>
|
||||
|
||||
" Define default keymappings
|
||||
if !exists('g:repl_no_default_keymappings') || !g:repl_no_default_keymappings
|
||||
nmap <leader>i <Plug>(repl-run)
|
||||
nmap <space>i <Plug>(repl-run)
|
||||
endif
|
||||
|
||||
"-------------------"
|
||||
|
Reference in New Issue
Block a user