Updated 'About Vim' section

pull/18366/merge
Ian Vidaurre 2018-10-13 11:28:57 -07:00 committed by mrugesh mohapatra
parent 7dcfac9dc6
commit 72c550bb8a
1 changed files with 1 additions and 2 deletions

View File

@ -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.