commit 5b221339430cb273bedceb969e9fef71c5e09494 parent 84cd952f889c611033d813bb5e0e179d7d93733c Author: Anders Damsgaard <adc@cs.au.dk> Date: Tue, 4 Jun 2013 22:30:48 +0200 Removed ii esc-binding Diffstat:
M | .vimrc | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/.vimrc b/.vimrc @@ -131,8 +131,3 @@ map <Left> <Nop> map <Right> <Nop> map <Up> <Nop> map <Down> <Nop> - -" Remap insert key sequence to escape key -imap ii <Esc> -vmap ii <Esc> -omap ii <Esc>