mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-07 07:16:42 +02:00
Merge pull request #4538 from ShenMian/master
[vim/en] Update vim.html.markdown
This commit is contained in:
@@ -29,7 +29,7 @@ specific points in the file, and for fast editing.
|
|||||||
:q! # Quit vim without saving file
|
:q! # Quit vim without saving file
|
||||||
# ! *forces* :q to execute, hence quiting vim without saving
|
# ! *forces* :q to execute, hence quiting vim without saving
|
||||||
ZQ # Quit vim without saving file
|
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
|
u # Undo
|
||||||
CTRL+R # Redo
|
CTRL+R # Redo
|
||||||
|
Reference in New Issue
Block a user