comparison .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
comparison
equal deleted inserted replaced
2:ed27560e11be 3:4c1ead2dc501
1 set nocompatible 1 " markus schnalke -- http://marmaro.de
2 "source $VIMRUNTIME/vimrc_example.vim 2 " meillo's vimrc
3 "source $VIMRUNTIME/mswin.vim
4 "behave mswin
5 "
6 3
7 4
8 "set columns=150 lines=50 5 set nocompatible
9 "maximiert starten
10 "au GUIEnter * simalt ~x
11 6
12 "set guifont=Courier_New:h8:cANSI 7
8
13 set guifont=Terminus\ 9 9 set guifont=Terminus\ 9
14 10
15 "Scrollbar bottom 11 "Scrollbar bottom
16 set guioptions+=b 12 set guioptions+=b
17 13
18 "Cursorblinken abstellen 14 "no cursor blinking
19 set guicursor+=a:blinkon0 15 set guicursor+=a:blinkon0
20 16
21 17
22 set nocursorline 18 set nocursorline
23 19
67 63
68 set whichwrap="" 64 set whichwrap=""
69 65
70 set path=.,~/Prog 66 set path=.,~/Prog
71 67
72 "cd z:/maka/eis
73 68
74 colorscheme meillo_self 69 colorscheme meillo_self