-
Vim tip 1: increment/decrement numbers
Ctrl+a will increment the number under the cursor or the first occurrence of a number to the right of the cursor
This is way more useful than I thought it would be. Almost every time I send an invoice, I can just select some numbers, hit ctrl+a, then save.
Ctrl+x will decrement the number under the cursor or the first occurrence of a number to the right of the cursor