"" vim:ft=vim set nocompatible " Line numbers set nu " FIXME what's that again? set title set ttyfast " I prefer 5 spaces per tab set tabstop=5 set shiftwidth=5 set shiftround " Automation. set autoindent set bg=dark colorscheme darkblue syntax enable " Show Tabs as »··· set list set listchars=tab:»· " Only create .swp-files in ~/.vim-backup set backupdir=~/.vim-backup set dir=~/.vim-backup " Ignore case in searches set ignorecase source ~/packages/vim/provided/vimrc