Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对不起,由于某种原因,我在弄清楚如何将退格按钮映射到vimrc 文件中的Ctrl+时遇到了很多麻烦。H我在网上看了很多,并没有找到任何似乎有效的方法。
任何帮助深表感谢。
您应该检查您的终端类型,并将您的值设置$TERM为正确的值。在 vim 中使用 map 来解决这个问题并不是一个好主意。
$TERM
这对我有用:
:imap ^H <Left><Del>
也是如此:
:imap ^H <BS>