Skip to content

Instantly share code, notes, and snippets.

@hectorperez
Created October 2, 2015 13:01
Show Gist options
  • Save hectorperez/1f52b8971731aa0f2233 to your computer and use it in GitHub Desktop.
Save hectorperez/1f52b8971731aa0f2233 to your computer and use it in GitHub Desktop.
vim macros
To enter a macro, type:
q<letter><commands>q
To execute the macro <number> times (once by default), type:
<number>@<letter>
http://vim.wikia.com/wiki/Macros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment