Add completion cancellation

This commit is contained in:
Alex Yatskov 2021-06-14 22:35:54 -07:00
parent 6df24a1014
commit 06f0c8e95d

View File

@ -26,6 +26,7 @@ if executable('node')
inoremap <expr><tab> pumvisible() ? '<C-y>' : '<tab>'
inoremap <expr><cr> pumvisible() ? '<C-e><cr>' : '<cr>'
inoremap <expr><esc> pumvisible() ? '<C-e>' : '<esc>'
endif
" fzf