Tuesday, February 5, 2013

Vim Enhancement

In order to make our code or configuration files more readable, we can color and number the lines and the syntax by doing the following :
1. Open your terminal window
2. Create a file named .vimrc in your home folder
3. In the file add the following lines
syntax on
set number
4. Done !

Dennis.

No comments:

Post a Comment