Making small changes
Use r to replace a single character in Vim.
Open Vim splits to a specific height or width by prepending a number to the command.
Vim allows toggling any boolean option with this one quick trick.
Filter content through an external command to manipulate it with other programs.
Use the Peekaboo plugin help recall what’s in each register.
Swap Ruby block styles with the Blockle plugin.
Use Vim’s filetype plugins to enable per file type configuration in Vim.
Vim’s nrformats option controls which types of numbers can be incremented and decremented.
Use :only or ctrl-w o to close all other splits in Vim.