Last active
April 17, 2020 17:53
-
-
Save tomasperezv/e842a5a96252288e7b48c1fff6bc6274 to your computer and use it in GitHub Desktop.
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
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