From 3b49dd44b47db48bfe781b397a4c5b95c3750aa1 Mon Sep 17 00:00:00 2001 From: Enrico Bacis Date: Tue, 25 Jul 2017 07:29:08 -0700 Subject: [PATCH] remove imaps imap should be used with care, especially where is involved. I have as leader key, so the whole insert mode freezes every time I press space, and guess what happens when I type " is" :) --- plugin/a.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin/a.vim b/plugin/a.vim index 637feb5..000a790 100644 --- a/plugin/a.vim +++ b/plugin/a.vim @@ -557,11 +557,8 @@ comm! -nargs=? -bang IHS call AlternateOpenFileUnderCursor("h", ) comm! -nargs=? -bang IHV call AlternateOpenFileUnderCursor("v", ) comm! -nargs=? -bang IHT call AlternateOpenFileUnderCursor("t", ) comm! -nargs=? -bang IHN call AlternateOpenNextFile("") -imap ih :IHS nmap ih :IHS -imap is :IHS:A nmap is :IHS:A -imap ihn :IHN nmap ihn :IHN "function! PrintList(theList)