neovim: some more coc binds

This commit is contained in:
LavaDesu 2021-09-01 19:58:13 +07:00
parent 735e02497b
commit fd0a89b7e8
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -89,6 +89,8 @@
nnoremap <C-K> <C-W>k
nnoremap <C-L> <C-W>l
nnoremap <C-Q> :q<CR>
nnoremap gd <Plug>(coc-definition)
nmap <leader>ref <Plug>(coc-references)
nmap <leader>gd :Gdiff<CR>
nmap <leader>rn <Plug>(coc-rename)
command! -nargs=0 Sw w !doas tee % > /dev/null