From 7eea9a22df3ac97037aaf6cc91e43f113e32df3c Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Mon, 26 Jul 2021 17:26:53 +0100 Subject: [PATCH] vim: update description (#6237) --- pages/common/vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/vim.md b/pages/common/vim.md index 43fb40c78..05bdba80b 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -1,7 +1,7 @@ # vim > Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation. -> Pressing `i` enters edit mode. `` goes back to normal mode, which doesn't allow regular text insertion. +> Pressing `i` enters insert mode. `` enters normal mode, which enables the use of Vim commands. > More information: . - Open a file: