removed coc-range select to return Ctrl-d to default behavior
This commit is contained in:
parent
280fc42777
commit
7781b8475b
1 changed files with 3 additions and 3 deletions
|
|
@ -286,9 +286,9 @@ omap if <Plug>(coc-funcobj-i)
|
|||
omap af <Plug>(coc-funcobj-a)
|
||||
|
||||
" Use <C-d> for select selections ranges, needs server support, like: coc-tsserver, coc-python
|
||||
nmap <silent> <C-d> <Plug>(coc-range-select)
|
||||
xmap <silent> <C-d> <Plug>(coc-range-select)
|
||||
xmap <silent> <S-TAB> <Plug>(coc-range-select-backword)
|
||||
"nmap <silent> <C-d> <Plug>(coc-range-select)
|
||||
"xmap <silent> <C-d> <Plug>(coc-range-select)
|
||||
"xmap <silent> <S-TAB> <Plug>(coc-range-select-backword)
|
||||
|
||||
" Use `:Format` to format current buffer
|
||||
command! -nargs=0 Format :call CocAction('format')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue