24.3.09

VIM resources

Great vim resources file here:

http://phuzz.org/vimrc.html

And my simple small .vimrc:

set autoindent
set tabstop=4
set shiftwidth=4
set ls=2
set nobackup
syntax on
set hlsearch
set number
set title
set ttyfast

No comments: