In this video, we will understand VIM text editor. VIM is a very powerful text editor. It is very popular among programmer or people who work a lot with text. VIM comes installed by default on various version of linux including kali linux.
VIM stands for "Vi IMproved" which is the improved version of earlier user VI text editor for UNIX system. It has tons of features. This video doesn't cover each and every feature of VIM but it should server as a QUICKSTART GUIDE to someone just started using VIM.
In this video we will understand different modes of VIM i.e
1) COMMAND MODE
2) INSERT MODE
3) LAST LINE MODE
We will also go through some of the basic commands of VIM to get you started.