remove broken key mapping

This commit is contained in:
Ray Elliott 2020-03-19 18:05:39 +00:00
parent 370250223d
commit ef70990205
1 changed files with 1 additions and 5 deletions

View File

@ -389,11 +389,6 @@ inoremap jkrg <c-o>:reg<cr>
inoremap :w<cr> :w<cr>
inoremap [:w<cr> :w<cr>
inoremap {:w<cr> :w<cr>
" Chain multiple path completions with / key. Selects the first suggestion if
" no current selection. Use ctrl-y to finish completion as normal.
inoremap <expr> / pumvisible()
\ ? len(v:completed_item) ? '<C-Y><C-X><C-F>' : '<C-N><C-Y><C-X><C-F>'
\ : '/'
"}}}
" working_with_underscores{{{
@ -484,5 +479,6 @@ iabbrev ct'' content-type: '';
" }}}
"----------------------------------------------------------------------------}}}
"
" vim: set foldmethod=marker: