dotfiles

view .vimrc @ 0:a5f356e3bebc

inital checkin
author meillo@marmaro.de
date Sat, 14 Apr 2007 12:05:55 +0200
parents
children ed27560e11be
line source
1 set nocompatible
2 "source $VIMRUNTIME/vimrc_example.vim
3 "source $VIMRUNTIME/mswin.vim
4 "behave mswin
5 "
8 "set columns=150 lines=50
9 "maximiert starten
10 "au GUIEnter * simalt ~x
12 "set guifont=Courier_New:h8:cANSI
13 set guifont=Terminus\ 9
15 "Scrollbar bottom
16 set guioptions+=b
18 "Cursorblinken abstellen
19 set guicursor+=a:blinkon0
22 set nocursorline
24 set expandtab
25 set shiftwidth=2
26 set softtabstop=2
27 set tabstop=2
29 syntax on
31 set number
33 set nowrap
35 set ic
37 set scrolloff=4 " min. number of lines above/below cursor
39 set nobackup
40 set viminfo+=%
41 set shortmess+=sI
43 "let php_sql_query = 1
44 "let php_htmlInStrings = 1
46 set foldenable "start with folding enabled
47 let php_folding=2 "foldable at all { and }
48 set foldmethod=syntax
49 set foldcolumn=4
51 set foldlevel=99 "to start with all folds open
52 set foldopen=""
53 set foldclose=""
57 set noerrorbells
58 "set visualbell
61 set sidescroll=1 " number of chars to scroll content right-left
62 set sidescrolloff=10 " number of chars to view between cursor and window-border
64 set winheight=10 " height of frame when it was smaller and gets focus
65 set winminheight=0 " height of frame when minimized
68 set whichwrap=""
70 set path=.,~/Prog
72 "cd z:/maka/eis
74 colorscheme meillo_self