# HG changeset patch # User Heiko Schlittermann (IT Trainingshaus) # Date 1319617800 -7200 # Node ID c734249d905021adf688077ead22a082d2762a7e # Parent ae829f97a638598814591129db7664af59fb27c6 Andere Schrift, hoffentlich. diff -r ae829f97a638 -r c734249d9050 _vimrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_vimrc Wed Oct 26 10:30:00 2011 +0200 @@ -0,0 +1,67 @@ +version 6.0 +if &cp | set nocp | endif +let s:cpo_save=&cpo +set cpo&vim +cnoremap c +inoremap c +cnoremap w +inoremap w +cmap + +imap  +xnoremap  ggVG +snoremap  gggHG +onoremap  gggHG +nnoremap  gggHG +vnoremap  "+y +noremap   +vnoremap  :update +nnoremap  :update +onoremap  :update +nmap  "+gP +omap  "+gP +vnoremap  "+x +noremap   +noremap  u +cnoremap   :simalt ~ +inoremap   :simalt ~ +map Q gq +nmap gx NetrwBrowseX +nnoremap NetrwBrowseX :call netrw#NetrwBrowseX(expand(""),0) +onoremap c +nnoremap c +vnoremap c +onoremap w +nnoremap w +vnoremap w +vmap  +vnoremap d +vmap "*d +vnoremap "+x +vnoremap "+y +nmap "+gP +omap "+gP +cnoremap  gggHG +inoremap  gggHG +inoremap  :update +inoremap  u +cmap  + +inoremap   +inoremap  u +noremap   :simalt ~ +let &cpo=s:cpo_save +unlet s:cpo_save +set backspace=indent,eol,start +set backup +set diffexpr=MyDiff() +set guifont=Lucida_Sans_Typewriter:h14:cANSI +set helplang=de +set history=50 +set hlsearch +set incsearch +set keymodel=startsel,stopsel +set ruler +set selection=exclusive +set selectmode=mouse,key +set whichwrap=b,s,<,>,[,] +set window=33 +" vim: set ft=vim :