Saturday, March 29, 2008

My favorite vi settings

Add the following lines to .exrc your $HOME folder

set autoindent
set backspace=indent,eol,start
set tabstop=4
set expandtab
set shiftwidth=4
set shiftround
syntax on
set nobackup
set nowritebackup
set number

Now vi looks and feels nice.

No comments: