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 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 noexpandtab
set shiftwidth=2
set softtabstop=2
set tabstop=2

set cindent
set pastetoggle=<F11>

syntax on

set number

set wrap

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