Created
April 8, 2012 01:04
-
-
Save Rafe/2333339 to your computer and use it in GitHub Desktop.
vim record cheatsheet
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
q + (1234567890) | |
=> start record | |
q | |
=> stop | |
@(1234567890) | |
=> play | |
:reg | |
=> check register | |
"[reg name] | |
use it for next copy/paste |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment