mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 08:58:28 +01:00
84b5df508b
- apk: Alpine Linux package manager - gcc: GNU C Compiler - grep: Pattern matcher in files or pipes - vim: Vi IMproved
8 lines
179 B
Text
8 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
|