Skip to content

Category Archives: Programming

Tutorial for Vim: Recording Macros

Tutorial for Vim: Recording macros I put together a video tutorial describing how to perform a simple code cleanup task using a Vim macro (this also works for vi macros): The basics boil down to: The q command is the record macro command. Press it then press another key to choose a vim register to [...]