diff --git a/client/src/pages/guide/english/vim/basic-usage/index.md b/client/src/pages/guide/english/vim/basic-usage/index.md index 115f1d24e67..fccb6a2850e 100644 --- a/client/src/pages/guide/english/vim/basic-usage/index.md +++ b/client/src/pages/guide/english/vim/basic-usage/index.md @@ -33,6 +33,5 @@ title: Basic Usage - :syntax on ## About Vim -Vim is the text editor basically used in CLI mode . But now the editor is also available in various versions. There have -also GVIM which is the graphical version of VIM. vi was the main editor then its improved & named it VI improved Vim. +Vim is a text editor intended to be used in a CLI (command line interface) environment. It is highly configurable and built with efficiency in mind, without the need of a mouse or a graphical interface. It was built to be an improved version of the UNIX editor 'VI', or VI improved. That being said, VIM also has a GUI (Graphical User Interface) version named GVIM that shares the same core functionality as VIM but allows users additional feature such as additional menu and tool bars.