We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344c903 commit 44ddd98Copy full SHA for 44ddd98
vim.md
@@ -23,11 +23,11 @@ specific points in the file, and for fast editing.
23
:q # Quit vim
24
:w # Save current file
25
:wq # Save file and quit vim
26
- ZZ # Save file and quit vim
27
:q! # Quit vim without saving file
28
# ! *forces* :q to execute, hence quitting vim without saving
29
ZQ # Quit vim without saving file
30
- :x # Save file(only when the file is modified) and quit vim
+ :x # Save file (only if file was modified) and quit vim
+ ZZ # Save file (only if file was modified) and quit vim
31
32
u # Undo
33
CTRL+R # Redo
0 commit comments