Saturday, 7 December 2013

vimrc file : set tab spaces and get line number

To custom configure the vim interface , we have to edit the vimrc file.

Find it at
$ cd  /usr/share/vim/
$ sudo gedit vimrc

In that file add the following lines

set number 
set tabstop=4


Save and close.

No comments:

Post a Comment