diff .vimrc @ 0:a5f356e3bebc

inital checkin
author meillo@marmaro.de
date Sat, 14 Apr 2007 12:05:55 +0200
parents
children ed27560e11be
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.vimrc	Sat Apr 14 12:05:55 2007 +0200
@@ -0,0 +1,74 @@
+set nocompatible
+"source $VIMRUNTIME/vimrc_example.vim
+"source $VIMRUNTIME/mswin.vim
+"behave mswin
+"
+
+
+"set columns=150 lines=50
+"maximiert starten
+"au GUIEnter * simalt ~x
+
+"set guifont=Courier_New:h8:cANSI
+set guifont=Terminus\ 9
+
+"Scrollbar bottom
+set guioptions+=b
+
+"Cursorblinken abstellen
+set guicursor+=a:blinkon0
+
+
+set nocursorline
+
+set expandtab
+set shiftwidth=2
+set softtabstop=2
+set tabstop=2
+
+syntax on
+
+set number
+
+set nowrap
+
+set ic
+
+set scrolloff=4         " min. number of lines above/below cursor
+
+set nobackup
+set viminfo+=%
+set shortmess+=sI
+
+"let php_sql_query = 1
+"let php_htmlInStrings = 1
+
+set foldenable  "start with folding enabled
+let php_folding=2  "foldable at all { and }
+set foldmethod=syntax
+set foldcolumn=4
+
+set foldlevel=99  "to start with all folds open
+set foldopen=""
+set foldclose=""
+
+
+
+set noerrorbells
+"set visualbell
+
+
+set sidescroll=1  " number of chars to scroll content right-left
+set sidescrolloff=10  " number of chars to view between cursor and window-border
+
+set winheight=10  " height of frame when it was smaller and gets focus
+set winminheight=0  " height of frame when minimized
+
+
+set whichwrap=""
+
+set path=.,~/Prog
+
+"cd z:/maka/eis
+
+colorscheme meillo_self