Chillee / VSCodeNeovim

A rewrite of VSCodeVim, backed by neovim. Still in development, not meant for use.
MIT License
315 stars 5 forks source link

Make insert mode autocomplete not use keymaps #3

Open Chillee opened 7 years ago

Chillee commented 7 years ago

If you have a file like

jjjjjj
| 

and you have imap jj <Esc>, autocompleting the jjjjj will cause you to leave insert mode, and not have the jjjjj inserted.