silentify the new panel

This commit is contained in:
Barak Michener 2017-11-24 19:14:17 -08:00
parent 0c8df14479
commit b67bfdaec8

2
.vimrc
View file

@ -525,7 +525,7 @@ endfunction
" I don't know how I came up with gt for opening the tree, but it stuck.
"nmap gt :NERDTreeToggle<CR>
nmap gt :VimFilerExplorer -winwidth=40 -toggle -direction=rightbelow -parent -status -force-hide<CR>
nmap <silent> gt :VimFilerExplorer -winwidth=40 -toggle -direction=rightbelow -parent -status -force-hide<CR>
" The same for the TagList, useful for large C files.
"nmap gb :TlistToggle<CR>
nmap gb :TagbarToggle<CR>