t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

Add ctrl-n and ctrl-p to auto complete #1024

Closed BohanHsu closed 6 years ago

BohanHsu commented 6 years ago

Add ctrl-n and ctrl-n in insert mode to auto complete and only when the auto complete is not active.

t9md commented 6 years ago

Thanks, I understand your motivation, and think it's reasonable request for pure-vim compatibility. But I'm conservative to touch keymap on insert-mode I want keep insert-mode's keybinding as Atom's default.

So IMO, this keymap should be shared as TIPS of vmp on Wiki.