mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
add g and gs to the guickhelp
This commit is contained in:
@@ -2406,6 +2406,8 @@ function! s:dumpHelp()
|
||||
let @h=@h."\" middle-click,\n"
|
||||
let @h=@h."\" ". g:NERDTreeMapOpenSplit .": open split\n"
|
||||
let @h=@h."\" ". g:NERDTreeMapPreviewSplit .": preview split\n"
|
||||
let @h=@h."\" ". g:NERDTreeMapOpenVSplit .": open vsplit\n"
|
||||
let @h=@h."\" ". g:NERDTreeMapPreviewVSplit .": preview vsplit\n"
|
||||
let @h=@h."\" ". g:NERDTreeMapExecute.": Execute file\n"
|
||||
|
||||
let @h=@h."\"\n\" ----------------------------\n"
|
||||
|
||||
Reference in New Issue
Block a user