diff --git a/common_shell_functions b/common_shell_functions index 559338d..6501feb 100644 --- a/common_shell_functions +++ b/common_shell_functions @@ -149,6 +149,7 @@ function init_apt() { net-tools \ ripgrep \ git \ + zsh } function init_debian() { diff --git a/vimrc b/vimrc index 4013219..547b9c5 100644 --- a/vimrc +++ b/vimrc @@ -123,7 +123,10 @@ nmap gr (coc-references) inoremap coc#refresh() inoremap coc#pum#visible() ? coc#_select_confirm() : "\" inoremap coc#pum#visible() ? coc#_select_confirm() : "\" + nnoremap K :call ShowDocumentation() +nnoremap coc#float#has_scroll() ? coc#float#scroll(1, 1) : "" +nnoremap coc#float#has_scroll() ? coc#float#scroll(0, 1) : "" " Symbol renaming nmap rn (coc-rename)