/ Published in: Other
Expand |
Embed | Plain Text
" gdonald's vimrc file " written for vim 6.0 - 3/5/02 syn on " syntax highlighting on set nocp " set vi non-compatible set nobk " set no backup file set ai " set autoindent set si " set smart indent set ru " show ruler set sc " show commands "set nu " show line number set vb " use visual bell instead of beeping set wmnu " use wildmenu set smd " set show mode set is " set immediate search matching set ic " set ignore case on search set scs " ignore ignore case on uppercase set noeb " no error bell set nosol " up and down use columns not start of line set bs=2 " indent,eol,start set shm=at " shortmess a(filmnrwx) all, t truncate set ch=2 " set command height "set vbs=1 " sets verbose level (0,1,2,5,8,9,12,15) filetype plugin indent on " lets vim recognize file types set gfn=Bitstream\ Vera\ Sans\ Mono\ Bold\ 12 set bsdir=last colo murphy set expandtab set shiftwidth=2 set softtabstop=2 set tabstop=2
You need to login to post a comment.
