My Ever-so-useful .vimrc
I'm posting this not so much for visitors to the site, but because I keep finding myself in need of it and never have it available. Well, that's fixed now :)
set nocompatible set backspace=indent,eol,start set autoindent set history=100 set ruler set showcmd set incsearch set secure set tabstop=4 set shiftwidth=4 set et set nomodeline set term=xterm-color syntax on