From: Simon Ruderich Date: Fri, 17 Jul 2009 00:42:36 +0000 (+0200) Subject: vimrc: Use inoremap instead of imap. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=ba41fa68a97993264dbc677fd36458495d393f42;p=config%2Fdotfiles.git vimrc: Use inoremap instead of imap. --- 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.