diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2020-04-24 12:04:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-24 12:04:12 +0530 |
commit | f21a011eb4923c59343ec8f8dc1ab3166e9de6ba (patch) | |
tree | 094c655c3ffe8ff079753e7f88b9c49c21567966 | |
parent | ecca2c38376bb6ac63c148347d6b371ed85bc1b7 (diff) | |
parent | 429a03869cc0d6e040aff6ffce1725cff56637dd (diff) |
Merge pull request #3914 from kallekutta/vim-quit
[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 |