many many updates
[dotfiles.git] / vim / .vimrc
index 42aaff4..4eeb400 100644 (file)
@@ -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 <Nop>
 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 ['<UP>', '<DOWN>', '<LEFT>', '<RIGHT>']
-               exe prefix . "noremap " . key . " <Nop>"
-       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'}]