update
This commit is contained in:
parent
44c2cd9bbc
commit
a0b8181590
6 changed files with 76 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue