"There is nothing permanent except change"
Oct 26 2010
To use spaces instead of tabs in VIM, add these lines to your .vimrc file:
set tabstop=3
set shiftwidth=3
set expandtab
Tags: vim
Currently rated 3.0 by 5 people
Comments (0)