nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit c34968d2827b9b2811dc7470f7858bba22ab35fa
parent f76f9831821c6f0a615ea332c5868dfe805692d9
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Sun, 29 Jun 2008 13:52:04 +1200

add quickhelp doc for new t/T map functionality

Diffstat:
Mplugin/NERD_tree.vim | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -1868,7 +1868,9 @@ function! s:DumpHelp()
         let @h=@h."\"\n\" ----------------------------\n"
         let @h=@h."\" Bookmark table mappings~\n"
         let @h=@h."\" double-click,\n"
-        let @h=@h."\" ". g:NERDTreeMapActivateNode .": activate bookmark\n"
+        let @h=@h."\" ". g:NERDTreeMapActivateNode .": open bookmark\n"
+        let @h=@h."\" ". g:NERDTreeMapOpenInTab.": open in new tab\n"
+        let @h=@h."\" ". g:NERDTreeMapOpenInTabSilent .": open in new tab silently\n"
 
         let @h=@h."\"\n\" ----------------------------\n"
         let @h=@h."\" Tree navigation mappings~\n"