mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2025-01-02 22:00:14 +00:00
added ":w" to exiting
This commit is contained in:
parent
32d5770fb4
commit
45dc3252bb
@ -215,6 +215,7 @@ z= suggest word
|
|||||||
:q quit Vim. This fails when changes have been made.
|
:q quit Vim. This fails when changes have been made.
|
||||||
:q! quit without writing.
|
:q! quit without writing.
|
||||||
:cq quit always, without writing.
|
:cq quit always, without writing.
|
||||||
|
:w save without exiting.
|
||||||
:wq write the current file and exit.
|
:wq write the current file and exit.
|
||||||
:wq! write the current file and exit always.
|
:wq! write the current file and exit always.
|
||||||
:wq {file} write to {file}. Exit if not editing the last
|
:wq {file} write to {file}. Exit if not editing the last
|
||||||
|
Loading…
Reference in New Issue
Block a user