如何覆盖vim中默认的系统键映射
我想映射 f1 以创建一个新选项卡,因此我将以下行添加
map <F1> :tabnew <CR>
到我的 .vimrc 中并保存它。但是当我在 vim 中按 f1 时,会弹出 GNOME TERMINAL MANNUAL 窗口,而不是创建新选项卡。那么这种情况我该怎么办呢?
I want to map f1 to create a new tab so I add the following line
map <F1> :tabnew <CR>
into my .vimrc and save it . But when I hit f1 in vim the GNOME TERMINAL MANNUAL window pops up rather than a new tab being created . So what should I do in this situation ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到
编辑|键盘快捷键...
并重新映射或删除快捷键。Go to
Edit | Keyboard Shortcuts...
and remap or remove the shortcut.