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_