" $Id: dot.vimrc 851 2008-06-12 14:58:19Z devin $ "Nicest colorscheme for dark backgrounds colorscheme elflord "Nicest colorscheme for bright backgrounds "colorscheme morning "set expandtab "Spaces instead of tabs set backspace=2 "Normal backpace set statusline=~ set autoindent syntax on set tw=109 set nobackup set nohlsearch set ruler set showmatch set ts=8 " The mouse is the most annoying feature of vim. turn it off. set mouse= filetype plugin indent on " Don't display that damn menu, but do :q as we want noremap q: :q " Show options when completing set wildmenu " read/write a .viminfo file, don't store more than 50 lines of registers set viminfo='20,\"50 "Show the trailing whitespaces "If tabs should be shown too: set listchars=tab:»-,trail:· set list "set listchars=tab:\ \ ,trail:· set listchars=tab:»-,trail:· "To make C-coding nice set nocp incsearch set cinoptions=:0,p0,t0 set cinwords=if,else,while,do,for,switch,case "set formatoptions=tcq "r set cindent set tags+=~/.vim/systags