From 429a03869cc0d6e040aff6ffce1725cff56637dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Karlstr=C3=B6m?= Date: Thu, 23 Apr 2020 16:11:14 +0200 Subject: [vim/en] Add shortcut for quit vim --- vim.html.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'vim.html.markdown') 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 -- cgit v1.2.3