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: