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 70c38b1 + a299f31 commit ff1c8bcCopy full SHA for ff1c8bc
.vimrc
@@ -727,7 +727,7 @@
727
smap <C-k> <Plug>(neosnippet_expand_or_jump)
728
endif
729
if exists('g:spf13_noninvasive_completion')
730
- iunmap <CR>
+ inoremap <CR> <CR>
731
" <ESC> takes you out of insert mode
732
inoremap <expr> <Esc> pumvisible() ? "\<C-y>\<Esc>" : "\<Esc>"
733
" <CR> accepts first, then sends the <CR>
@@ -840,7 +840,7 @@
840
imap <C-k> <Plug>(neosnippet_expand_or_jump)
841
842
843
844
845
846
0 commit comments