Hello guys! My name is Ankur Saxena! I am a writer, software developer, web developer, blogger, traveler and self-publisher. I self-study and R&D various subjects related to History, Geography, Indian Politics, Information Technology (I.T.), Science and Technology, Computer Programming and Web Development and also do writing work related to it. Some of which I publish for all of you readers through my blogging website ANKUR SAXENA BLOG'S...
![]() |
VIM Text Editor |
What Is Vim?
VIM text editor is one of the popular text editors. It is
clone of Vi editor and written by Bram Moolenaar. It is cross
platform editor and available on most popular platforms like Windows,
Linux, MacOS and other UNIX variants. It is command-centric
editor.
Features Of Vim
1. Its memory footprint is
very low.
2. Command-centric text editor.
3. Free and open source editor.
4. Cross-platform editor.
5. Used for complex text related tasks with few
commands.
6. Highly configurable text editor.
7. Uses simple text file to store its
configurations.
8. Many plug-in available for Vim.
9. Supports, multiple windows.
10. Supports, multiple buffers.
11. Supports, multiple tabs.
12. Support recording feature (allows to record
and play Vim Commands).
Install Vim On Windows Machine
1. To install Vim, visit https://vim.org
2. Click on ‘Download’ option.
3. Click on ‘PC: MS-DOS & MS Windows’ option.
4. Download ‘.exe installer’ from this page.
5. Double-click on ‘installer.exe’ file.
6. Follow on-screen instructions to complete the
installation.
Install Vim on Linux Machine
1. Connect your machine via ‘Internet’.
2. Open your ‘Terminal’. [shortcut: ctrl+alt+t]
3. Execute following command in your terminal:
$ sudo apt-get update [hit Enter]
Next, enter your ‘sudo password’ when prompted.
4. Now, execute the following command in your
terminal to install Vim editor:
$ sudo apt-get install vim [hit Enter]
Customize Vim Text Editor
Vim stores its configuration in simple text file namely _vimrc and it is located under home directory of user.
1. Navigate to home directory and create a new file namely _vimrc. Ensure that this file doesn’t have any extension.
2. Open this file in text editor, enter following text and save it −
set number
3. Now Vim will show line numbers when file is opened. We can add more commands to this file as per our requirement.
If you want to customize Vim text editor with minimal features, so you can download and use my 'vimrc' file by clicking on the link of my GitHub repository page below:
Vimrc_file: https://github.com/ankur-saxena-88/vimrc_file
So friends, this was my blog related to Vim Installation. I hope you liked my blog / article, and hope that this blog of mine will be helpful for you. Friends, this blog of mine, if able to help you in any way, it will be a matter of great happiness for me. And friends, ... If you want to see other tutorials, programs and projects related to IT, C, CPP, Java, Python programming, etc., you can visit them by clicking on the link of my Github Profile given below.
If you liked this blog of mine, please subscribe to my blogs through your email id in the Enter your email address at the top of the page. So that you can get the information of any blog / article published on my blogger website first through email. And please share the link of this blog with more and more people. If you have some suggestions related to this article, you can reveal them at the end of the article through comments.
If
I have made any kind of error while writing this blog, then I would like to
apologize to all you readers for that. So friends, that's all for today's blog
for now. See you soon, with a new blog. Till then stay happy, stay healthy,
stay safe and keep studying.
vimrc_file link: https://github.com/indiarocks88/vimrc_file
0 Comments