无法获取我的<插入>重新映射的关键插入>
我是 VIM 新手,并且在 MacVim 上使用 Janus 插件集合。
无论出于何种原因,该键都会映射到 :help。而且我不知道如何重新映射它。我希望它重新映射,以便它从正常模式进入插入,然后从插入模式返回正常模式。我在其他地方找到了这个片段并将其加载到我的 .vimrc 中,但没有爱......它仍然映射到帮助。
nnoremap <Insert> i
inoremap <Insert> <Esc>
我做错了什么?或者,我如何找出映射到 :help 的 WHERE?
谢谢
I'm new to VIM and using the Janus plugin collection on MacVim.
For whatever reason the key is mapped to :help. And I can't figure out how the heck to get it remapped. I want it to remap so that it goes into Insert from normal mode, and then goes back to normal mode from insert mode. I found this snippet somewhere else and have loaded it into my .vimrc, but no love... it still maps to help.
nnoremap <Insert> i
inoremap <Insert> <Esc>
What am I doing wrong? Or, how can I find out WHERE is mapped to :help?
thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是“老式”插入键,数字小键盘上的键是
您可以通过执行以下操作来查看当前映射的内容
<Insert>
is the 'oldfashioned' insert keyThe one on the numeric keypad is
<kInsert>
You can have a look what is currently mapped by doing