From: Simon Ruderich Date: Fri, 12 Mar 2010 02:58:53 +0000 (+0100) Subject: vimrc: Unmap arrow keys. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=b33a673c7ed168beb3f280bf347412114b86d8b1;p=config%2Fdotfiles.git vimrc: Unmap arrow keys. --- diff --git a/vimrc b/vimrc index 2769ffd..72a19f7 100644 --- a/vimrc +++ b/vimrc @@ -156,6 +156,17 @@ endif " 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 +map +map +map +imap +imap +imap +imap + " Use to move down a page and - to move up one like in mutt. nnoremap nnoremap -