From 5adbb1fa34b3afe3b7aa8adde83d321bd07e5e1e Mon Sep 17 00:00:00 2001 From: shoeletz Date: Tue, 29 Dec 2015 21:24:21 -0500 Subject: [PATCH] Update vim.md --- pages/common/vim.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/vim.md b/pages/common/vim.md index ee1571262a..5fc98fce5e 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -16,16 +16,16 @@ - Exit vim: -`[Esc] (to switch to command mode), then :q` +`[Esc] (to switch to normal mode), then :q` - save file in vim -`[Esc] (to switch to command mode), then :w` +`[Esc] (to switch to normal mode), then :w` - save file then exit vim -`[Esc] (to switch to command mode), then :wq` +`[Esc] (to switch to normal mode), then :wq` - switch to edit (insert) mode -`[Esc] (to switch to command mode), then i` +`[Esc] (to switch to normal mode), then i`