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: