dotfiles

view .vimrc @ 11:4b8c8c2166b4

vim does now wrap by default
author meillo@marmaro.de
date Fri, 07 Dec 2007 00:09:50 +0100
parents c5e14bee7dbc
children
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 noexpandtab
21 set shiftwidth=2
22 set softtabstop=2
23 set tabstop=2
25 set cindent
26 set pastetoggle=<F11>
28 syntax on
30 set number
32 set wrap
34 set ic
36 set scrolloff=4 " min. number of lines above/below cursor
38 set nobackup
39 set viminfo+=%
40 set shortmess+=sI
42 "let php_sql_query = 1
43 "let php_htmlInStrings = 1
45 set foldenable "start with folding enabled
46 let php_folding=2 "foldable at all { and }
47 set foldmethod=syntax
48 set foldcolumn=4
50 set foldlevel=99 "to start with all folds open
51 set foldopen=""
52 set foldclose=""
56 set noerrorbells
57 "set visualbell
60 set sidescroll=1 " number of chars to scroll content right-left
61 set sidescrolloff=10 " number of chars to view between cursor and window-border
63 set winheight=10 " height of frame when it was smaller and gets focus
64 set winminheight=0 " height of frame when minimized
67 set whichwrap=""
69 set path=.,~/Prog
72 colorscheme meillo_self