"------------------------- "Fredda's vimrc "------------------------ set guifont="LuxiŻ MonoŻ 8" set cindent set autowrite set nobackup set backspace=2 set history=50 set term=xterm-color set background=light colors desert "colors elflord "colors midnight2 "colors murphy set nocompatible set noerrorbells set esckeys set hlsearch set expandtab set shiftwidth=2 set tabstop=2 set laststatus=2 set magic set showmode set showmatch set viminfo=%,'50,\"100,:100,n~/.viminfo set ttyscroll=0 set shell=zsh set ttyfast set title set wildchar= set foldenable set foldmethod=marker let vimrc='~/.vimrc' let bashrc='~/.zshrc' nn ,u :source =vimrc nn ,v :edit =vimrc nn ,b :edit =bashrc autocmd! autocmd BufNewFile,BufRead * set formatoptions=tcql nocindent comments& autocmd BufNewFile,BufRead *.c,*.cc,*.h set formatoptions=croql cindent comments=sr:/*,mb:*,el:*/,:// autocmd BufNewFile,BufRead *.php set formatoptions=croql cindent comments=sr:/*,mb:*,el:*/,:// autocmd BufNewFile,BufRead .letter,mutt*,nn.*,snd.*,*.txt set textwidth=72 autocmd BufNewFile,BufRead Makefile set noexpandtab autocmd BufNewFile,BufRead GNUmakefile set noexpandtab syntax on