"" vim:ft=vim set nocompatible set number set title set ttyfast " 5 spaces per tab set tabstop=5 set shiftwidth=5 set shiftround 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 " Greedy remaps (TODO: Add more keys) noremap - : noremap r h noremap n j noremap t k noremap h l source ~/packages/vim/provided/vimrc