mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
plug keybinds
This commit is contained in:
parent
af8389dab7
commit
bb5d0e317a
1 changed files with 5 additions and 0 deletions
|
|
@ -64,6 +64,11 @@ set expandtab
|
|||
|
||||
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 * <Plug>(anzu-star-with-echo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue