From 345c13b2ffc09b6b68ce416a058cf3545999a14d Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Thu, 19 Mar 2020 17:13:03 +0000 Subject: [PATCH] remove mapping --- vimrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/vimrc b/vimrc index c11fdef..b35f66a 100644 --- a/vimrc +++ b/vimrc @@ -176,13 +176,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{{{ nnoremap w f_l nnoremap b hT_