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 wrap: on
line source

" markus schnalke -- http://marmaro.de
" meillo's vimrc


set nocompatible



set guifont=Terminus\ 9

"Scrollbar bottom
set guioptions+=b

"no cursor blinking
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


colorscheme meillo_self