While CTRL-X works fine in vim under windows, CTRL-A selects all (duh). Is there a way to increment a number with a keystroke under windows?
|
1
|
|
|
|
|
|
Try Ctrl-NumPad + ? |
||||
|
|
|
You can make the Ctrl-A increment in windows by opening up the 'mswin.vim' file in your vim directory and finding the section that looks like:
Comment out all of these lines as follows:
and the Ctrl-A keystroke will increment. This is a pretty nice option when your keyboard doesn't have a real number pad. |
||
|
|
