remove mapping
This commit is contained in:
parent
5345877ae1
commit
345c13b2ff
7
vimrc
7
vimrc
|
@ -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>
|
||||
" 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{{{
|
||||
nnoremap <space>w f_l
|
||||
nnoremap <space>b hT_
|
||||
|
|
Loading…
Reference in New Issue