The Vim Editor.
VIM EDITOR Vim is one of the greatest editor. It is really cool editor to work with. Vim editor is also a editor it is very easy to use. At the start it may seems to be a big thing to start with, But once you learned to use it you will not get out of this editor and you will really love it. It will slightly encourage you to use terminal commands. Start to work with vim editor Here to use vim editor we want to know some basic usage of terminal. From the terminal we are calling vim editor program. Installation If you not installed vim editor then install it using your package manager. for debian based system. $ sudo apt-get install vim for red-hat based system $ sudo yum install vim Start vim To start vim editor in your command prompt enter the command give bellow. ...