mirror of
https://github.com/cheat/cheat.git
synced 2025-02-16 23:51:15 +01:00
![Sam Dodrill](/assets/img/avatar_default.png)
- apk: Alpine Linux package manager - gcc: GNU C Compiler - grep: Pattern matcher in files or pipes - vim: Vi IMproved
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
|