updated nerdtree toggle

This commit is contained in:
tomit4 2021-11-26 10:59:11 -08:00
parent 33c71ca180
commit dc9a71caec

View file

@ -26,7 +26,7 @@ Plug 'itchyny/lightline.vim'
call plug#end()
"Toggle NerdTree with Ctrl + l
nmap <C-t> :NERDTreeToggle<CR>
nmap <C-b> :NERDTreeToggle<CR>
" Start NERDTree. If a file is specified, move the cursor to its window.
autocmd StdinReadPre * let s:std_in=1