dotfiles

view .vimrc @ 3:4c1ead2dc501

xinitrc and screenrc added; code cleanups
author meillo@marmaro.de
date Wed, 25 Apr 2007 20:42:44 +0200
parents ed27560e11be
children c5e14bee7dbc
line source
1 " markus schnalke -- http://marmaro.de
2 " meillo's vimrc
5 set nocompatible
9 set guifont=Terminus\ 9
11 "Scrollbar bottom
12 set guioptions+=b
14 "no cursor blinking
15 set guicursor+=a:blinkon0
18 set nocursorline
20 set expandtab
21 set shiftwidth=2
22 set softtabstop=2
23 set tabstop=2
25 syntax on
27 set number
29 set nowrap
31 set ic
33 set scrolloff=4 " min. number of lines above/below cursor
35 set nobackup
36 set viminfo+=%
37 set shortmess+=sI
39 "let php_sql_query = 1
40 "let php_htmlInStrings = 1
42 set foldenable "start with folding enabled
43 let php_folding=2 "foldable at all { and }
44 set foldmethod=syntax
45 set foldcolumn=4
47 set foldlevel=99 "to start with all folds open
48 set foldopen=""
49 set foldclose=""
53 set noerrorbells
54 "set visualbell
57 set sidescroll=1 " number of chars to scroll content right-left
58 set sidescrolloff=10 " number of chars to view between cursor and window-border
60 set winheight=10 " height of frame when it was smaller and gets focus
61 set winminheight=0 " height of frame when minimized
64 set whichwrap=""
66 set path=.,~/Prog
69 colorscheme meillo_self