Fix default keymappings

This commit is contained in:
aiya000 2015-12-23 15:48:55 +09:00
parent c0ff29aeeb
commit ca8f61644c

View File

@ -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
"-------------------"