Mercurial > dotfiles
view .vimrc @ 1:41e1e617711d
added more files
author | meillo@marmaro.de |
---|---|
date | Sat, 14 Apr 2007 13:08:01 +0200 |
parents | a5f356e3bebc |
children | ed27560e11be |
line wrap: on
line source
set nocompatible "source $VIMRUNTIME/vimrc_example.vim "source $VIMRUNTIME/mswin.vim "behave mswin " "set columns=150 lines=50 "maximiert starten "au GUIEnter * simalt ~x "set guifont=Courier_New:h8:cANSI set guifont=Terminus\ 9 "Scrollbar bottom set guioptions+=b "Cursorblinken abstellen set guicursor+=a:blinkon0 set nocursorline set expandtab set shiftwidth=2 set softtabstop=2 set tabstop=2 syntax on set number set nowrap set ic set scrolloff=4 " min. number of lines above/below cursor set nobackup set viminfo+=% set shortmess+=sI "let php_sql_query = 1 "let php_htmlInStrings = 1 set foldenable "start with folding enabled let php_folding=2 "foldable at all { and } set foldmethod=syntax set foldcolumn=4 set foldlevel=99 "to start with all folds open set foldopen="" set foldclose="" set noerrorbells "set visualbell set sidescroll=1 " number of chars to scroll content right-left set sidescrolloff=10 " number of chars to view between cursor and window-border set winheight=10 " height of frame when it was smaller and gets focus set winminheight=0 " height of frame when minimized set whichwrap="" set path=.,~/Prog "cd z:/maka/eis colorscheme meillo_self