mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 08:15:27 +01: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