Tagged in

Editing

usevim
usevim
A blog about Vim
More information
Followers
1.5K
Elsewhere
More, on Medium

Visual Mode Increment

In Vim patch 7.4.754, I noticed Vim now supports incrementing numbers in Visual mode. You can increment numbers by pressing CTRL-A, and decrement with CTRL-X. It's one of those features that doesn't sound amazingly useful but can be handy once you've memorised it. If you build off Vim's…


Vim 101: CTRL-R

Last week I wrote about Vim’s registers, and this week you’ll see one of the many reasons why they’re essential, in the form of CTRL-R.

Inserting Registers in Insert Mode


Vim 101: Search and Replace on Multiple Files

Last week I discussed how to use the substitute and global commands for search and replace in Vim. Once these commands have been mastered, they can be combined with argument list commands to apply them to multiple files.