I do not need the _vimrc
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Wed, 26 Oct 2011 21:45:26 +0200
changeset 19 326bed5a9677
parent 18 846026b8422b
child 20 52fb6408b86a
I do not need the _vimrc
_vimrc
--- a/_vimrc	Wed Oct 26 21:44:35 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,67 +0,0 @@
-version 6.0
-if &cp | set nocp | endif
-let s:cpo_save=&cpo
-set cpo&vim
-cnoremap <C-F4> c
-inoremap <C-F4> c
-cnoremap <C-Tab> w
-inoremap <C-Tab> w
-cmap <S-Insert> +
-imap <S-Insert> 
-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 <Plug>NetrwBrowseX
-nnoremap <silent> <Plug>NetrwBrowseX :call netrw#NetrwBrowseX(expand("<cWORD>"),0)
-onoremap <C-F4> c
-nnoremap <C-F4> c
-vnoremap <C-F4> c
-onoremap <C-Tab> w
-nnoremap <C-Tab> w
-vnoremap <C-Tab> w
-vmap <S-Insert> 
-vnoremap <BS> d
-vmap <C-Del> "*d
-vnoremap <S-Del> "+x
-vnoremap <C-Insert> "+y
-nmap <S-Insert> "+gP
-omap <S-Insert> "+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 :