From 45dc3252bbd208906173d1dd32f054b4dc2e551b Mon Sep 17 00:00:00 2001 From: VesitoDev <88315648+VesitoDev@users.noreply.github.com> Date: Mon, 29 Nov 2021 19:50:57 +0200 Subject: [PATCH] added ":w" to exiting --- tools/vim.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/vim.txt b/tools/vim.txt index 6aa912d..00c25c5 100644 --- a/tools/vim.txt +++ b/tools/vim.txt @@ -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