add bookmark mappings to quickhelp

This commit is contained in:
Martin Grenfell 2008-06-29 12:42:52 +12:00
parent d831cbf17b
commit 06776557cf

View File

@ -1865,6 +1865,11 @@ function! s:DumpHelp()
let @h=@h."\" ". g:NERDTreeMapOpenExpl.": Open netrw for selected\n"
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"