added ":w" to exiting

This commit is contained in:
VesitoDev 2021-11-29 19:50:57 +02:00 committed by GitHub
parent 32d5770fb4
commit 45dc3252bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ z= suggest word
:q quit Vim. This fails when changes have been made.
:q! quit 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 always.
:wq {file} write to {file}. Exit if not editing the last