如何在 windows 下的 vim 中递增(CTRL-A 不起作用...)

问题描述:

虽然 CtrlX 在 windows 下的 vim 中工作正常,CtrlA 选择所有(废话).

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

有没有办法在windows下通过按键增加数字?

Is there a way to increment a number with a keystroke under windows?

试试 Ctrl-NumPad + ?

Try Ctrl-NumPad + ?

(从这里)