VIM 自动完成导航
我已禁用 .vimrc
上的箭头键,但是...
如何在自动完成弹出窗口中上下导航? j 和 k 不起作用,因为我处于插入模式。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 ctrl+n 和 ctrl+p (它们很方便地接近其他所有内容)。顺便说一句,这些也适用于 bash 和其他有用的地方,所以很容易习惯。
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.
您可能还喜欢其他弹出菜单命令: http://vimdoc.sourceforge.net/htmldoc /insert.html#popupmenu-keys
You may also like other popupmenu commands: http://vimdoc.sourceforge.net/htmldoc/insert.html#popupmenu-keys