From 382d4e9edfc63b74f1540370b9f14fb33e188ab9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 25 Sep 2010 00:50:05 +0200 Subject: [PATCH] vimrc: Disable all array keys in command mode. --- vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 946ff88..849e84d 100644 --- a/vimrc +++ b/vimrc @@ -195,10 +195,12 @@ imap imap imap imap -" Also disable up and down array in command mode, use / as -" replacement (see below). +" Also disable arrow keys in command mode, use / as replacement (see +" below). cmap cmap +cmap +cmap " Use Ctrl-P/Ctrl-N as replacement for / in command mode. Thanks to " abstrakt and grayw in #vim on Freenode (2010-04-12 21:20). -- 2.44.1