dotfiles
diff .vimrc @ 0:a5f356e3bebc
inital checkin
author | meillo@marmaro.de |
---|---|
date | Sat, 14 Apr 2007 12:05:55 +0200 |
parents | |
children | ed27560e11be |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.vimrc Sat Apr 14 12:05:55 2007 +0200 1.3 @@ -0,0 +1,74 @@ 1.4 +set nocompatible 1.5 +"source $VIMRUNTIME/vimrc_example.vim 1.6 +"source $VIMRUNTIME/mswin.vim 1.7 +"behave mswin 1.8 +" 1.9 + 1.10 + 1.11 +"set columns=150 lines=50 1.12 +"maximiert starten 1.13 +"au GUIEnter * simalt ~x 1.14 + 1.15 +"set guifont=Courier_New:h8:cANSI 1.16 +set guifont=Terminus\ 9 1.17 + 1.18 +"Scrollbar bottom 1.19 +set guioptions+=b 1.20 + 1.21 +"Cursorblinken abstellen 1.22 +set guicursor+=a:blinkon0 1.23 + 1.24 + 1.25 +set nocursorline 1.26 + 1.27 +set expandtab 1.28 +set shiftwidth=2 1.29 +set softtabstop=2 1.30 +set tabstop=2 1.31 + 1.32 +syntax on 1.33 + 1.34 +set number 1.35 + 1.36 +set nowrap 1.37 + 1.38 +set ic 1.39 + 1.40 +set scrolloff=4 " min. number of lines above/below cursor 1.41 + 1.42 +set nobackup 1.43 +set viminfo+=% 1.44 +set shortmess+=sI 1.45 + 1.46 +"let php_sql_query = 1 1.47 +"let php_htmlInStrings = 1 1.48 + 1.49 +set foldenable "start with folding enabled 1.50 +let php_folding=2 "foldable at all { and } 1.51 +set foldmethod=syntax 1.52 +set foldcolumn=4 1.53 + 1.54 +set foldlevel=99 "to start with all folds open 1.55 +set foldopen="" 1.56 +set foldclose="" 1.57 + 1.58 + 1.59 + 1.60 +set noerrorbells 1.61 +"set visualbell 1.62 + 1.63 + 1.64 +set sidescroll=1 " number of chars to scroll content right-left 1.65 +set sidescrolloff=10 " number of chars to view between cursor and window-border 1.66 + 1.67 +set winheight=10 " height of frame when it was smaller and gets focus 1.68 +set winminheight=0 " height of frame when minimized 1.69 + 1.70 + 1.71 +set whichwrap="" 1.72 + 1.73 +set path=.,~/Prog 1.74 + 1.75 +"cd z:/maka/eis 1.76 + 1.77 +colorscheme meillo_self