From 0d205e0a74c37a1c27cc709b27d8e64fe9431024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 22 Oct 2022 23:06:46 +0100 Subject: [PATCH] use old ctrl-b bindings for vim --- .vimrc.coc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.vimrc.coc b/.vimrc.coc index cdb26658..2ba86cb1 100644 --- a/.vimrc.coc +++ b/.vimrc.coc @@ -91,16 +91,6 @@ omap ic (coc-classobj-i) xmap ac (coc-classobj-a) omap ac (coc-classobj-a) -" Remap and for scroll float windows/popups. -if has('nvim-0.4.0') || has('patch-8.2.0750') - nnoremap coc#float#has_scroll() ? coc#float#scroll(1) : "\" - nnoremap coc#float#has_scroll() ? coc#float#scroll(0) : "\" - inoremap coc#float#has_scroll() ? "\=coc#float#scroll(1)\" : "\" - inoremap coc#float#has_scroll() ? "\=coc#float#scroll(0)\" : "\" - vnoremap coc#float#has_scroll() ? coc#float#scroll(1) : "\" - vnoremap coc#float#has_scroll() ? coc#float#scroll(0) : "\" -endif - " Use CTRL-S for selections ranges. " Requires 'textDocument/selectionRange' support of language server. nmap (coc-range-select)