This commit is contained in:
Michael Grote 2021-05-28 09:24:32 +02:00
parent 88ca93a9a5
commit 0aea4725b5

2
.vimrc
View file

@ -97,7 +97,7 @@ nmap <C-h> :bprevious<CR>
"
" Close the current buffer and move to the previous one
" This replicates the idea of closing a tab
nmap <C-w> :bp <BAR> bd #<CR>
nmap <C-q> :bp <BAR> bd #<CR>
"
" nerdtree-git-plugin
let g:NERDTreeGitStatusIndicatorMapCustom = {