Vim Macro Cheat Sheet
* Start recording a macro with q (register name). If you want to record a macro called x, then you hit qx.
* Start performing the actions for the macro. For this particular video, I yanked a line with yy, paste it with p, and
either incremented or decremented the first number [...]