remove mapping

This commit is contained in:
Ray Elliott 2020-03-19 17:13:03 +00:00
parent 5345877ae1
commit 345c13b2ff
1 changed files with 0 additions and 7 deletions

7
vimrc
View File

@ -176,13 +176,6 @@ inoremap jkrg <c-o>:reg<cr>
inoremap :w<cr> :w<cr> inoremap :w<cr> :w<cr>
inoremap [:w<cr> :w<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{{{ " working_with_underscores{{{
nnoremap <space>w f_l nnoremap <space>w f_l
nnoremap <space>b hT_ nnoremap <space>b hT_