My basic vim config. Not too interesting, but very nice to wget when I need to start coding on a project that doesnt have a .vimrc yet..
" .vimrc " Source:http://www.gertschepens.be/vim-config-vimrc " Syntax Highlighting syntax on " Indentation set autoindent set smartindent set tabstop=4 set shiftwidth=4 " Incremental searching set incsearch " Scroll the cursor all over teh place set virtualedit=all " Show User set ruler
And for our downloading convenience; run this in your home dir (cd ~) Look out, this ll replace any existing documents
wget "http://www.gertschepens.be/sites/gertschepens.be/files/vimrc." -O .vimrc

This work is licensed under a
Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.
Use this code at your own peril; I am not responsible for anything that happens to you or your devices. You re a big boy or girl, please do some research before using it if you have any concerns!