diff options
author | Nils Karlström <nils.karlstrom@samtrans.se> | 2020-04-23 16:11:14 +0200 |
---|---|---|
committer | Nils Karlström <nils.karlstrom@samtrans.se> | 2020-04-23 16:11:14 +0200 |
commit | 429a03869cc0d6e040aff6ffce1725cff56637dd (patch) | |
tree | 094c655c3ffe8ff079753e7f88b9c49c21567966 | |
parent | ecca2c38376bb6ac63c148347d6b371ed85bc1b7 (diff) |
[vim/en] Add shortcut for quit vim
-rw-r--r-- | vim.html.markdown | 1 |
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 |