Skip to content

Instantly share code, notes, and snippets.

@tomasperezv
Last active April 17, 2020 17:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomasperezv/e842a5a96252288e7b48c1fff6bc6274 to your computer and use it in GitHub Desktop.
Save tomasperezv/e842a5a96252288e7b48c1fff6bc6274 to your computer and use it in GitHub Desktop.
c => change
d => delete
y => yank
s => deletes the character under the cursor and then enters Insert mode
i => inside
a => around
t => till a character
f => till a character (including character)
w => word
s => sentence
p => paragraph
b => block / parenthesis
t => tag
==========================
diw => delete inside word
cis => change current sentence
ci" => change inside "
ci' => change inside '
ci) => change inside )
ci( => change inside (
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment