nvim: init.vim: Add shortcuts for Plug commands

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2019-10-30 17:36:15 +05:30
parent 6a26c59f1f
commit 75a8f884c0

View file

@ -144,6 +144,10 @@ endif
"nnoremap ; : " Use ; for commands.
"nnoremap Q @q " Use Q to execute default register.
" Plug shortcuts
nnoremap <Leader>pg :PlugUpgrade<CR>
nnoremap <Leader>pd :PlugUpdate<CR>
nnoremap <Leader>pc :PlugClean<CR>
" Open NerdTree
nnoremap <Leader>n :NERDTree<CR>
" Open fuzzy file search