mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 08:58:28 +01:00
9 lines
179 B
Text
9 lines
179 B
Text
|
# 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
|