Please bear with us as we work to restore functionality to dotfiles.org.
I stopped using vim after TextMate came along, but this still comes in handy from time to time.
" .vimrc
" Kevin Marsh Last Updated 2/1/2008
"
filetype on
" Variables
set showmatch
set softtabstop=2
set expandtab
set incsearch
set backspace=2
set ignorecase
set comments=sl:/*,mb:*,elx:*/
set number
" Keyboard Shortcuts
nmap :set invnumber
noremap yiW==0
imap end-cc
inoremap
noremap
noremap
noremap -
nmap :w
imap {}O
" Syntax Highlighting
set background=dark
syntax enable
au BufNewFile,BufRead *.rhtml set syn=eruby