mirror of https://github.com/cheat/cheat.git
9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
|
# 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
|