From 1f6f9f3404c08c8715408ceaaf7d17c10bc88a88 Mon Sep 17 00:00:00 2001 From: Aman Shah Date: Tue, 30 Oct 2018 04:29:55 +0530 Subject: [PATCH] Update index.md (#24515) --- .../english/developer-tools/source-code-editors/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/guide/english/developer-tools/source-code-editors/index.md b/guide/english/developer-tools/source-code-editors/index.md index 30d69772c2..00e21c5982 100644 --- a/guide/english/developer-tools/source-code-editors/index.md +++ b/guide/english/developer-tools/source-code-editors/index.md @@ -69,3 +69,11 @@ Notepad++ is a free, open source code editor, that runs in the Microsoft Windows notepad-plus-plus.org +### VIM + +![VIM Icon](https://www.vim.org/images/vim_header.gif) + +VIM is an advanced text editor open source tool which is also considered to be an IDE in its way. This tool allows managing your text editing activities with vim editors and UNIX System which can be used on-premise or online. It is written in C. Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. + +vim.org +