diff options
author | Marcel Ribeiro Dantas <ribeirodantasdm@gmail.com> | 2022-11-10 01:18:36 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 01:18:36 -0300 |
commit | b8a66e77be6eec952a93cb8bb2c96a86a527b468 (patch) | |
tree | 81e6983cbb9a13043cab515c616ebe0cb5ce43c9 | |
parent | 8afc5e6cebbe96992d52b2ff94134e5376142f27 (diff) | |
parent | 968661d9f76bdeeaf0b1fcbf905de15991214778 (diff) |
Merge pull request #4538 from ShenMian/master
[vim/en] Update vim.html.markdown
-rw-r--r-- | vim.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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 |