From 7781b8475b09f8eab7be4a9568701016db6e4a65 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 10 Dec 2021 08:56:20 -0800 Subject: [PATCH] removed coc-range select to return Ctrl-d to default behavior --- nvim/init.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nvim/init.vim b/nvim/init.vim index f8f31ed0..5f9d60cd 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -286,9 +286,9 @@ omap if (coc-funcobj-i) omap af (coc-funcobj-a) " Use for select selections ranges, needs server support, like: coc-tsserver, coc-python -nmap (coc-range-select) -xmap (coc-range-select) -xmap (coc-range-select-backword) +"nmap (coc-range-select) +"xmap (coc-range-select) +"xmap (coc-range-select-backword) " Use `:Format` to format current buffer command! -nargs=0 Format :call CocAction('format')