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 10b25a1 + 90f6428 commit 529565bCopy full SHA for 529565b
.vimrc
@@ -655,7 +655,7 @@
655
else
656
imap <silent><expr><C-k> neosnippet#expandable() ?
657
\ "\<Plug>(neosnippet_expand_or_jump)" : (pumvisible() ?
658
- \ "\<C-e>" : "\<C-k>")
+ \ "\<C-e>" : "\<Plug>(neosnippet_expand_or_jump)")
659
smap <TAB> <Right><Plug>(neosnippet_jump_or_expand)
660
661
inoremap <expr><C-g> neocomplete#undo_completion()
@@ -729,7 +729,7 @@
729
730
731
732
733
734
735
inoremap <expr><C-g> neocomplcache#undo_completion()
0 commit comments