Merge pull request #4538 from ShenMian/master

[vim/en] Update vim.html.markdown
This commit is contained in:
Marcel Ribeiro Dantas 2022-11-10 01:18:36 -03:00 committed by GitHub
commit b8a66e77be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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