From ef7099020546bdf09b4ea4a24e0fc111727c557f Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 19 Mar 2020 18:05:39 +0000 Subject: [PATCH] remove broken key mapping --- init.vim | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/init.vim b/init.vim index 500b6d1..b4e3c19 100644 --- a/init.vim +++ b/init.vim @@ -389,11 +389,6 @@ inoremap jkrg :reg inoremap :w :w inoremap [:w :w inoremap {:w :w -" Chain multiple path completions with / key. Selects the first suggestion if -" no current selection. Use ctrl-y to finish completion as normal. -inoremap / pumvisible() - \ ? len(v:completed_item) ? '' : '' - \ : '/' "}}} " working_with_underscores{{{ @@ -484,5 +479,6 @@ iabbrev ct'' content-type: ''; " }}} "----------------------------------------------------------------------------}}} +" " vim: set foldmethod=marker: