Mercurial > dotfiles
comparison .vimrc @ 0:a5f356e3bebc
inital checkin
author | meillo@marmaro.de |
---|---|
date | Sat, 14 Apr 2007 12:05:55 +0200 |
parents | |
children | ed27560e11be |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a5f356e3bebc |
---|---|
1 set nocompatible | |
2 "source $VIMRUNTIME/vimrc_example.vim | |
3 "source $VIMRUNTIME/mswin.vim | |
4 "behave mswin | |
5 " | |
6 | |
7 | |
8 "set columns=150 lines=50 | |
9 "maximiert starten | |
10 "au GUIEnter * simalt ~x | |
11 | |
12 "set guifont=Courier_New:h8:cANSI | |
13 set guifont=Terminus\ 9 | |
14 | |
15 "Scrollbar bottom | |
16 set guioptions+=b | |
17 | |
18 "Cursorblinken abstellen | |
19 set guicursor+=a:blinkon0 | |
20 | |
21 | |
22 set nocursorline | |
23 | |
24 set expandtab | |
25 set shiftwidth=2 | |
26 set softtabstop=2 | |
27 set tabstop=2 | |
28 | |
29 syntax on | |
30 | |
31 set number | |
32 | |
33 set nowrap | |
34 | |
35 set ic | |
36 | |
37 set scrolloff=4 " min. number of lines above/below cursor | |
38 | |
39 set nobackup | |
40 set viminfo+=% | |
41 set shortmess+=sI | |
42 | |
43 "let php_sql_query = 1 | |
44 "let php_htmlInStrings = 1 | |
45 | |
46 set foldenable "start with folding enabled | |
47 let php_folding=2 "foldable at all { and } | |
48 set foldmethod=syntax | |
49 set foldcolumn=4 | |
50 | |
51 set foldlevel=99 "to start with all folds open | |
52 set foldopen="" | |
53 set foldclose="" | |
54 | |
55 | |
56 | |
57 set noerrorbells | |
58 "set visualbell | |
59 | |
60 | |
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 | |
63 | |
64 set winheight=10 " height of frame when it was smaller and gets focus | |
65 set winminheight=0 " height of frame when minimized | |
66 | |
67 | |
68 set whichwrap="" | |
69 | |
70 set path=.,~/Prog | |
71 | |
72 "cd z:/maka/eis | |
73 | |
74 colorscheme meillo_self |