Created
December 23, 2013 02:52
-
-
Save birchestx/8091143 to your computer and use it in GitHub Desktop.
This file contains 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
ma set mark a at current cursor location | |
'a jump to line of mark a (first non-blank character in line) | |
`a jump to position (line and column) of mark a | |
d'a delete from current line to line of mark a | |
d`a delete from current cursor position to position of mark a | |
c'a change text from current line to line of mark a | |
y`a yank text to unnamed buffer from cursor to position of mark a | |
:marks list all the current marks | |
:marks aB list marks a, B |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment