" MAPPINGS (except for plugins, see PLUGIN SETTINGS below)
+" Disable arrow keys for all modes except command modes. Thanks to James Vega
+" (http://git.jamessan.com/?p=etc/vim.git;a=summary).
+map <right> <nop>
+map <left> <nop>
+map <up> <nop>
+map <down> <nop>
+imap <right> <nop>
+imap <left> <nop>
+imap <up> <nop>
+imap <down> <nop>
+
" Use <space> to move down a page and - to move up one like in mutt.
nnoremap <Space> <C-f>
nnoremap - <C-b>