cheat/cheatsheets/vim

10 lines
207 B
Plaintext
Raw Normal View History

# 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