We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c11055e + 412556c commit 1bdba7eCopy full SHA for 1bdba7e
.vimrc
@@ -461,7 +461,9 @@
461
462
" Some convenient mappings
463
inoremap <expr> <Esc> pumvisible() ? "\<C-e>" : "\<Esc>"
464
- inoremap <expr> <CR> pumvisible() ? "\<C-y>" : "\<CR>"
+ if exists('g:spf13_map_cr_omni_complete')
465
+ inoremap <expr> <CR> pumvisible() ? "\<C-y>" : "\<CR>"
466
+ endif
467
inoremap <expr> <Down> pumvisible() ? "\<C-n>" : "\<Down>"
468
inoremap <expr> <Up> pumvisible() ? "\<C-p>" : "\<Up>"
469
inoremap <expr> <C-d> pumvisible() ? "\<PageDown>\<C-p>\<C-n>" : "\<C-d>"
0 commit comments