From 0bcd6e9f7e3c792d2772117a61baf155e282856f Mon Sep 17 00:00:00 2001 From: Adam Lamers Date: Sat, 28 Sep 2024 15:20:44 -0400 Subject: [PATCH] apt --- common_shell_functions | 1 + vimrc | 3 +++ 2 files changed, 4 insertions(+) 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)