Mercurial > dotfiles
view .vimrc @ 6:d7884728e836
rename .Xresources -> .Xdefaults
author | meillo@marmaro.de |
---|---|
date | Fri, 07 Sep 2007 23:26:38 +0200 |
parents | 4c1ead2dc501 |
children | c5e14bee7dbc |
line wrap: on
line source
" markus schnalke -- http://marmaro.de " meillo's vimrc set nocompatible set guifont=Terminus\ 9 "Scrollbar bottom set guioptions+=b "no cursor blinking 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 colorscheme meillo_self