cheat/cheatsheets/vim
Quintus 0f7fb2f7d1 updated vim cheatsheet
commands are entered with `:`, not `;`
2013-09-02 12:31:58 -04:00

10 lines
207 B
Plaintext

# Appending
a - drops vim into append mode
i - enters append mode without character skip
# File management
:w - writes (saves) file
:q - quits
:wq - writes file and quits
:q! - quits without saving changes