mirror of
https://github.com/cheat/cheat.git
synced 2024-11-23 22:41:35 +01:00
0f7fb2f7d1
commands are entered with `:`, not `;`
10 lines
207 B
Plaintext
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
|