We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228cf9d commit b95525eCopy full SHA for b95525e
plugin/easycomplete.vim
@@ -630,8 +630,8 @@ if g:env_is_nvim
630
inoremap <expr> <Left> easycomplete#Left()
631
inoremap <expr> <Right> easycomplete#Right()
632
inoremap <C-E> <Plug>EasycompleteClosePum
633
+ nnoremap <silent><expr> <ESC> easycomplete#Esc()
634
endif
-nnoremap <silent><expr> <ESC> easycomplete#Esc()
635
inoremap <silent><expr> <BS> easycomplete#BackSpace()
636
inoremap <Plug>EasycompleteTabTrigger <c-r>=easycomplete#CleverTab()<cr>
637
inoremap <Plug>EasycompleteShiftTabTrigger <c-r>=easycomplete#CleverShiftTab()<cr>
0 commit comments