Examples
| Combination | Description |
|---|---|
dd |
Delete current line |
dj |
Delete two lines |
dw |
Delete to next word |
db |
Delete to beginning of word |
dfa |
Delete until a char |
d/hello |
Delete until hello |
cc |
Change current line, synonym with S |
yy |
Copy current line |
>j |
Indent 2 lines |
ggdG |
Delete a complete document |
gg=G |
Indent a complete document |
ggyG |
Copy a whole document |
Comments





