This commit is contained in:
Philipp Hochkamp 2023-03-06 21:00:37 +01:00
parent 44c2cd9bbc
commit a0b8181590
6 changed files with 76 additions and 21 deletions

View file

@ -146,8 +146,8 @@ keyset("v", "<C-b>", 'coc#float#has_scroll() ? coc#float#scroll(0) : "<C-b>"', o
-- Use CTRL-S for selections ranges
-- Requires 'textDocument/selectionRange' support of language server
keyset("n", "<C-s>", "<Plug>(coc-range-select)", {silent = true})
keyset("x", "<C-s>", "<Plug>(coc-range-select)", {silent = true})
keyset("n", "<C-r>", "<Plug>(coc-range-select)", {silent = true})
keyset("x", "<C-r>", "<Plug>(coc-range-select)", {silent = true})
-- Add `:Format` command to format current buffer