Change NERDTree command

This commit is contained in:
2021-09-18 15:01:34 +03:00
parent 51befc9b59
commit 64a63212b2

2
.vimrc
View File

@@ -59,7 +59,7 @@ colorscheme gruvbox
set background=dark
" NerdTree remap to toggle it
nmap <C-b> :NERDTreeFind <CR>
nmap <C-b> :NERDTreeToggle <CR>
" Remap to open CtrlP menu
nmap <C-p> :CtrlP<CR>