This commit is contained in:
Michael Grote 2021-05-28 09:23:42 +02:00
parent 16579be0fc
commit 88ca93a9a5

3
.vimrc
View file

@ -99,9 +99,6 @@ nmap <C-h> :bprevious<CR>
" This replicates the idea of closing a tab " This replicates the idea of closing a tab
nmap <C-w> :bp <BAR> bd #<CR> nmap <C-w> :bp <BAR> bd #<CR>
" "
"" Show all open buffers and their status
nmap <C-b> :BuffergatorToggle<CR>"
"
" nerdtree-git-plugin " nerdtree-git-plugin
let g:NERDTreeGitStatusIndicatorMapCustom = { let g:NERDTreeGitStatusIndicatorMapCustom = {
\ 'Modified' :'*', \ 'Modified' :'*',