Reputation: 501
I've disabled the arrow keys on my .vimrc
, but...
How do I navigate up and down in autocomplete pop-ups? j and k doesn't work as I am in the Insert mode.
Upvotes: 12
Views: 4651
Reputation: 11687
You may also like other popupmenu commands: http://vimdoc.sourceforge.net/htmldoc/insert.html#popupmenu-keys
Upvotes: 3
Reputation: 132227
You can use ctrl+n and ctrl+p (which are conveniently close to everything else). Incidentally, these also work in bash and other useful places, so are good to get used to.
Upvotes: 31