How to increment in vim under windows (where CTRL-A does not work…)

后端 未结 7 2199
不知归路
不知归路 2020-12-08 15:32

While CtrlX works fine in vim under windows, CtrlA selects all (duh).

Is there a way to increment a number with a keystro

7条回答
  •  自闭症患者
    2020-12-08 15:39

    It seems that the CtrlA got mapped somewhere in startup. As suggested before, use:

    unmap

    I would use unmap, not nunmap.

提交回复
热议问题