Skip to content

Instantly share code, notes, and snippets.

@websymphony
Last active August 29, 2015 13:57
Show Gist options
  • Save websymphony/9621189 to your computer and use it in GitHub Desktop.
Save websymphony/9621189 to your computer and use it in GitHub Desktop.
Vim Cheatsheet
####
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