Vim Protips
One command at the time…
A collection of vim commands
Command | Description |
---|---|
b | Go back a word |
o | New line below |
O | New line above |
gg | Go to the first line |
G | Go to the last line |
A collection of vim commands
Command | Description |
---|---|
b | Go back a word |
o | New line below |
O | New line above |
gg | Go to the first line |
G | Go to the last line |