mirror of
https://github.com/cheat/cheat.git
synced 2025-09-03 02:28:29 +02:00
Cheatsheets added
- apk: Alpine Linux package manager - gcc: GNU C Compiler - grep: Pattern matcher in files or pipes - vim: Vi IMproved
This commit is contained in:
8
cheatsheets/vim
Normal file
8
cheatsheets/vim
Normal file
@ -0,0 +1,8 @@
|
||||
# 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
|
Reference in New Issue
Block a user