- Insert mode :
i
- Append mode :
a
- Press
Esc
to exit from insert mode - Save :
:w
- Save and quit :
:wq
- Quit without saving :
:q!
- Move to next word :
w
- Move to previous word :
b
- Start of line :
0
- End of line :
$
- Jump to last line :
G
- Jump to first line :
gg
- Start/stop selection mode :
V
- Copy selection :
y
- Paste :
P
- Go to first line :
gg
Delete all content from cursor to end :dG