nvim: init.vim: Add some more nerdtree shortcuts

This commit is contained in:
Sanchayan Maity 2019-11-19 10:48:40 +05:30 committed by Sanchayan Maity
parent a32d244694
commit aa23738970

View file

@ -157,8 +157,12 @@ nnoremap Q <Nop>
nnoremap <Leader>pg :PlugUpgrade<CR>
nnoremap <Leader>pd :PlugUpdate<CR>
nnoremap <Leader>pc :PlugClean<CR>
" Open NerdTree
nnoremap <Leader>ee :NERDTree<CR>
" NerdTree
nnoremap <Leader>ee :NERDTreeVCS<CR>
nnoremap <Leader>ef :NERDTreeFind<CR>
nnoremap <Leader>eo :NERDTreeFocus<CR>
nnoremap <Leader>ec :NERDTreeClose<CR>
nnoremap <Leader>et :NERDTreeToggle<CR>
" For skim
nnoremap <Leader>vf :Files<CR>
nnoremap <Leader>vg :GFiles<CR>