无法获取我的<插入>重新映射的关键

发布于 2024-11-03 18:46:51 字数 316 浏览 1 评论 0原文

我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

嘿看小鸭子会跑 2024-11-10 18:46:51

是“老式”插入键,

数字小键盘上的键是

您可以通过执行以下操作来查看当前映射的内容

:map <Insert>    
:map <kInsert>

<Insert> is the 'oldfashioned' insert key

The one on the numeric keypad is <kInsert>

You can have a look what is currently mapped by doing

:map <Insert>    
:map <kInsert>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文