mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 13:38:38 +01:00
Merge pull request #3914 from kallekutta/vim-quit
[vim/en] Add shortcut for quit vim
This commit is contained in:
commit
f21a011eb4
@ -24,6 +24,7 @@ specific points in the file, and for fast editing.
|
||||
ZZ # Save file and quit vim
|
||||
:q! # Quit vim without saving file
|
||||
# ! *forces* :q to execute, hence quiting vim without saving
|
||||
ZQ # Quit vim without saving file
|
||||
:x # Save file and quit vim, shorter version of :wq
|
||||
|
||||
u # Undo
|
||||
|
Loading…
x
Reference in New Issue
Block a user