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.
在 Vim 文档中提到 Crtl+A 应该将数字加一。在 Windows 版本中,它改为选择所有文本。
是否有另一种将数字加一的捷径?
我的 vimrc 中有以下内容:
nnoremap <kPlus> <C-a> nnoremap <kMinus> <C-x>
这会将增量和减量映射到键盘的 + 和 - 键。