我使用 screen/tmux 和 vim。
在 vim 中,我无法使用<c-a>
for 增加数字,<c-a>
因为它被 screen/tmux 占用了。
对于增加数字的简单地图有什么建议吗?
我尝试
nnoremap <c-A> <c-a>
但是,有了这个,我已经按下了两次<c-A>
<c-A><c-A>
并且<c-X>
永远不会减少数量
答案1
使用屏幕,我没有问题。要执行 Control-a,您必须执行:Ca a
$ screen
$ vim foobar
type 'i' for insertion mode
type '1'
type 'ESC'
type C-a a
=> 1 变成 2
希望这可以帮助。
答案2
这个问题可能会有所帮助。重复我的回答,我更喜欢C-]
tmux / screen 键,因为它不会妨碍 vim 或 emacs 中的正常绑定。