VIM - Command-Line Text Editor Introduction When I was started programming I switch lots of text-editor like gedit, nano, notepad++, sublime text, vs code, etc. But I never found any other editor like vim it is very powerful, lightweight(small in size), highly customizable, fast, easy(not really for new user) and many more features in one editor and it also works on Android smartphones. What is VIM? Vim is a built-in Unix command line text editor. It is an improved version of VI (vee eye). It is not similar to any other text editors. A new user will definitely get some difficulty in interacting with vim. The earliest version of vim is now 27 years old (!) and was created by Bram Moolenaar. What makes vim different? Vim has several modes, using theses mode we can read, write, replace and perform many operations. These modes are listed below: Normal Mode Insert Mode Command Mode Visual Mode Replace Mode How to use vim? Normal mode Type vim ...