X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=vim%2F.vimrc;h=4eeb4006a6e596780b09301a2ae8e3044e67c9c2;hb=56e90aed1c4098aa7d33d039cef2be5bf180e6f7;hp=42aaff4f47ff7830a59cd9aca26ff4c3cefa4bb4;hpb=0fc24de8e3845237a8331b3250edcf6a2e9fe131;p=dotfiles.git diff --git a/vim/.vimrc b/vim/.vimrc index 42aaff4..4eeb400 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,7 +1,6 @@ " Some general options syntax enable filetype indent plugin on -color torte " Settings set encoding=utf-8 @@ -62,13 +61,6 @@ map Q set foldmethod=marker set foldlevelstart=99 -" Unbind arrow keys, who has them anyway on the keyboard... -for prefix in ['i', 'n', 'v'] - for key in ['', '', '', ''] - exe prefix . "noremap " . key . " " - endfor -endfor - " GPG options let g:GPGPreferArmor=1 let g:GPGPreferSign=1 @@ -83,8 +75,6 @@ let g:syntastic_auto_loc_list = 1 let g:syntastic_check_on_open = 0 let g:syntastic_check_on_wq = 0 -let g:syntastic_clean_checkers = ['eastwood'] - " Vimwiki let g:vimwiki_list = [{'path': '~/projects/kaartenbak'}]