mirror of
https://github.com/preservim/nerdtree.git
synced 2025-03-04 01:30:55 +08:00
add g and gs to the guickhelp
This commit is contained in:
parent
ca8b1d2b34
commit
1586cfdb03
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user