Revert "Use ,, to toggle nerdtree and ,n to focus it instead of the other way around"

This reverts commit e2ca4592be.
This commit is contained in:
2022-11-27 18:42:07 +01:00
parent c53d25bd5e
commit e586ac888c

4
.vimrc
View File

@@ -151,9 +151,9 @@ if has('nvim')
endif
" Handle nerdtree and other utility-windows
nnoremap <Leader>n :NERDTreeFocus<CR>
nnoremap <Leader>, :NERDTreeFocus<CR>
nnoremap <Leader>c :NERDTreeClose<CR>
nnoremap <Leader>, :NERDTreeToggle<CR>
nnoremap <Leader>n :NERDTreeToggle<CR>
nnoremap <Leader>t :TagbarToggle<CR>
nnoremap <Leader>u :UndotreeToggle<CR>