"---------------------------------------------------- " File: .vimrc " Version: 0.1.0 " Author: Florian "Bluewind" Pritz "---------------------------------------------------- set nocompatible set t_Co=256 set nobackup set expandtab set tabstop=2 set shiftwidth=2 set softtabstop=2 set ruler " show me where the cursor is set rulerformat=%l/%L(%p%%),%c " a better ruler set showmatch " show matching brackets set cindent "inoremap let python_highlight_all = 1 autocmd FileType make setlocal noexpandtab "colorscheme gardener colorscheme desert256 "colorscheme candycode let g:miniBufExplMapWindowNavVim = 1 let g:miniBufExplMapWindowNavArrows = 1 let g:miniBufExplMapCTabSwitchBufs = 1 let g:miniBufExplModSelTarget = 1 "set tags+=$HOME/.vim/tags/python.ctags map ggg?G``" apply rot13 for people snooping over shoulder, good fun if !has("gui_running") if &term == "screen" set =Oc set =Od imap :bn imap :bp endif endif if has("gui_running") set guioptions-=m set guioptions-=T endif