From bb5d0e317a43d699385d9803320dffa52b8f91db Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 3 Sep 2024 13:49:40 -0400 Subject: [PATCH] plug keybinds --- src/user/modules/utils/modules/vim/config/vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/user/modules/utils/modules/vim/config/vimrc b/src/user/modules/utils/modules/vim/config/vimrc index fc15ae9..3d69854 100644 --- a/src/user/modules/utils/modules/vim/config/vimrc +++ b/src/user/modules/utils/modules/vim/config/vimrc @@ -64,6 +64,11 @@ set expandtab set statusline=%{anzu#search_status()} +nnoremap pu :PlugUpdate +nnoremap pd :PlugUpgrade +nnoremap ps :PlugStatus +nnoremap ps :PlugInstall + nmap n (anzu-n-with-echo) nmap N (anzu-N-with-echo) nmap * (anzu-star-with-echo)