commit 06776557cf99d470e5ccdb06ebd93f8ba30af708
parent d831cbf17b54c2d89e2506e764393dc77cf9bc5a
Author: Martin Grenfell <martin_grenfell@msn.com>
Date: Sun, 29 Jun 2008 12:42:52 +1200
add bookmark mappings to quickhelp
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -1866,6 +1866,11 @@ function! s:DumpHelp()
let @h=@h."\" node\n"
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."\"\n\" ----------------------------\n"
let @h=@h."\" Tree navigation mappings~\n"
let @h=@h."\" ". g:NERDTreeMapJumpRoot .": go to root\n"
let @h=@h."\" ". g:NERDTreeMapJumpParent .": go to parent\n"