From 968661d9f76bdeeaf0b1fcbf905de15991214778 Mon Sep 17 00:00:00 2001 From: ShenMian <70068015+ShenMian@users.noreply.github.com> Date: Thu, 10 Nov 2022 11:37:19 +0800 Subject: Update vim.html.markdown --- vim.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim.html.markdown') diff --git a/vim.html.markdown b/vim.html.markdown index f5be9b0d..e0fdf2e0 100644 --- a/vim.html.markdown +++ b/vim.html.markdown @@ -29,7 +29,7 @@ specific points in the file, and for fast editing. :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 + :x # Save file(only when the file is modified) and quit vim u # Undo CTRL+R # Redo -- cgit v1.2.3