From ba41fa68a97993264dbc677fd36458495d393f42 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 17 Jul 2009 02:42:36 +0200 Subject: [PATCH] vimrc: Use inoremap instead of imap. --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 59926eb..cbafb1f 100644 --- a/vimrc +++ b/vimrc @@ -179,7 +179,7 @@ endif " doesn't send escape). filereadable() is necessary for Leopard were 'mac' is " no longer set on the console. if has('mac') || filereadable('/Users/.localized') - imap + inoremap endif " Disable Apple style movements in MacVim. -- 2.44.2