Wednesday, November 09, 2005

vim config

"modified by george
set lines=100
set columns=101
"
set guioptions-=T
"set guifont=Terminal
set gfn=Terminal:h8:cOEM
"set printfont
set pfn=Terminal:h6:cOEM
"not a good idea to force synatx because it did not work
"set printoptions=syntax:y
"use the colors scheme
colors default
"set bg=blue
set nobackup
set tabstop=4
set shiftwidth=4
"expand tab into spaces
set expandtab
"use ^V to write real tab
":retab to convert existing tab to space
"
"set foldmethod=indent


autocmd FileType html set tabstop=2
autocmd FileType html set shiftwidth=2
autocmd FileType jsp set tabstop=2
autocmd FileType jsp set shiftwidth=2


This page is powered by Blogger. Isn't yours?

Subscribe to Posts [Atom]