From b33a673c7ed168beb3f280bf347412114b86d8b1 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 12 Mar 2010 03:58:53 +0100 Subject: [PATCH] vimrc: Unmap arrow keys. --- vimrc | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 - -- 2.45.2