From: Simon Ruderich Date: Fri, 24 Sep 2010 22:50:05 +0000 (+0200) Subject: vimrc: Disable all array keys in command mode. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=382d4e9edfc63b74f1540370b9f14fb33e188ab9;p=config%2Fdotfiles.git vimrc: Disable all array keys in command mode. --- 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).