Last active
August 29, 2015 13:57
-
-
Save websymphony/9621189 to your computer and use it in GitHub Desktop.
Vim Cheatsheet
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
#### | |
TEXT Manipulation | |
#### | |
di' " Delete inside '' | |
di" | |
di[ | |
di( | |
di{ | |
cit " Change inside tag. | |
#### | |
TEXT finding inside document | |
#### | |
s " mapped key. Uses vim easymotion. Requires two inputs | |
/ " mapped key. Uses vim easymotion. Matches as you type. Tab finds occurences in the page. Enter selects. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment