summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNils Karlström <nils.karlstrom@samtrans.se>2020-04-23 16:11:14 +0200
committerNils Karlström <nils.karlstrom@samtrans.se>2020-04-23 16:11:14 +0200
commit429a03869cc0d6e040aff6ffce1725cff56637dd (patch)
tree094c655c3ffe8ff079753e7f88b9c49c21567966
parentecca2c38376bb6ac63c148347d6b371ed85bc1b7 (diff)
[vim/en] Add shortcut for quit vim
-rw-r--r--vim.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim.html.markdown b/vim.html.markdown
index 5b84a3ea..65efc25c 100644
--- a/vim.html.markdown
+++ b/vim.html.markdown
@@ -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