cheat-fork-echo/cheatsheets/vim
Sam Dodrill 84b5df508b Cheatsheets added
- apk: Alpine Linux package manager
 - gcc: GNU C Compiler
 - grep: Pattern matcher in files or pipes
 - vim: Vi IMproved
2013-08-28 10:05:46 -07:00

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