plug keybinds

This commit is contained in:
Bryan Ramos 2024-09-03 13:49:40 -04:00
parent af8389dab7
commit bb5d0e317a
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -64,6 +64,11 @@ set expandtab
set statusline=%{anzu#search_status()} set statusline=%{anzu#search_status()}
nnoremap <leader>pu :PlugUpdate<CR>
nnoremap <leader>pd :PlugUpgrade<CR>
nnoremap <leader>ps :PlugStatus<CR>
nnoremap <leader>ps :PlugInstall<CR>
nmap n <Plug>(anzu-n-with-echo) nmap n <Plug>(anzu-n-with-echo)
nmap N <Plug>(anzu-N-with-echo) nmap N <Plug>(anzu-N-with-echo)
nmap * <Plug>(anzu-star-with-echo) nmap * <Plug>(anzu-star-with-echo)