VIM
Entering the command mode requires to press the ESC key
Basics
- copy: Y
- delete / cut: D
- paste: P paste before the cursor
- p : paste after the cursor
To delete a whole line, dd
V : visual line mode (entire the whole line) v : visual mode (selects from the cursor begining) CTRL + V : visual block mode