From b67bfdaec85c2ca15f4c6f1cf663a37f2506c7bc Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Fri, 24 Nov 2017 19:14:17 -0800 Subject: [PATCH] silentify the new panel --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index bebb692..9d99a88 100644 --- a/.vimrc +++ b/.vimrc @@ -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 -nmap gt :VimFilerExplorer -winwidth=40 -toggle -direction=rightbelow -parent -status -force-hide +nmap gt :VimFilerExplorer -winwidth=40 -toggle -direction=rightbelow -parent -status -force-hide " The same for the TagList, useful for large C files. "nmap gb :TlistToggle nmap gb :TagbarToggle