开发者

VIM Auto Complete Navigation

开发者 https://www.devze.com 2023-01-18 05:13 出处:网络
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.You can use ctrl+n and ctrl+p

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.


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.


You may also like other popupmenu commands: http://vimdoc.sourceforge.net/htmldoc/insert.html#popupmenu-keys

0

精彩评论

暂无评论...
验证码 换一张
取 消