Created
October 2, 2015 13:01
-
-
Save hectorperez/1f52b8971731aa0f2233 to your computer and use it in GitHub Desktop.
vim macros
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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