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.
在插入模式下点击单个退格字符需要时间来删除单个字符。如果我快速输入 2 个退格字符,则该行中的文本会突出显示,甚至:set hlsearch!不会删除突出显示的文本。
:set hlsearch!
我已经尝试过:set backspace=2,但仍然是同样的问题。
:set backspace=2
此问题的任何其他解决方法?