[vim/en] Add shortcut for quit vim

This commit is contained in:
Nils Karlström 2020-04-23 16:11:14 +02:00
parent ecca2c3837
commit 429a03869c

View File

@ -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