mirror of
https://github.com/cheat/cheat.git
synced 2024-11-23 22:41:35 +01:00
updated vim cheatsheet
commands are entered with `:`, not `;`
This commit is contained in:
parent
2a9220bb6d
commit
0f7fb2f7d1
@ -5,4 +5,5 @@ i - enters append mode without character skip
|
|||||||
# File management
|
# File management
|
||||||
:w - writes (saves) file
|
:w - writes (saves) file
|
||||||
:q - quits
|
:q - quits
|
||||||
;q! - quits without saving changes
|
:wq - writes file and quits
|
||||||
|
:q! - quits without saving changes
|
||||||
|
Loading…
Reference in New Issue
Block a user