remove old ugly nerdtree hack

This commit is contained in:
Nicole Tietz-Sokolskaya 2023-08-13 16:23:38 -04:00
parent 49fb270ba7
commit 8426dda4c0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ augroup filetypedetect
augroup END
" Nice navigaton shortcuts
map <C-n> :NERDTreeToggle<CR>:resize<CR>
map <C-n> :NERDTreeToggle<CR>
map <C-f> :Files<CR>
map <C-g> :Rg<CR>