Examples
Combination | Description |
---|---|
d d | Delete current line |
d j | Delete two lines |
d w | Delete to next word |
d b | Delete to beginning of word |
d fa | Delete until a char |
d /hello | Delete until hello |
c c | Change current line, synonym with S |
y y | Copy current line |
> j | Indent 2 lines |
ggd G | Delete a complete document |
gg= G | Indent a complete document |
ggy G | Copy a whole document |
Comments