MathJax

Tuesday, September 26, 2006

Gvim custom settings

" Custom settings - DKWH
colors blue
set guifont=Lucida_Console:h10:cANSI
set lines=50

" RIM coding style - 4 characters indents, no tabs
set tabstop=4
set shiftwidth=4
set expandtab

" tags file search
set tags=tags;/

" smart search
set ignorecase
set smartcase

" taglist hotkey - needs taglist.vim installed
" - which needs ctags installed
" - see www.vim.org for details
map :TlistToggle

" syntax fold
set foldmethod=syntax
set nofoldenable

" End of Custom settings

No comments: