1
0
mirror of https://github.com/cheat/cheat.git synced 2025-01-13 15:20:56 +01:00
cheat/cheatsheets/vim

9 lines
179 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
;q! - quits without saving changes