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

后端 未结 7 2213
不知归路
不知归路 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:50

    I am using cygwin terminal + screen, so is captured by the terminal multiplexer. I used this mapping:

    :noremap

提交回复
热议问题