mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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()}
|
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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue