1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:10:07 +08:00

docs(lang#typescript): add doc for SPC l g d

This commit is contained in:
Shidong Wang 2021-10-10 23:24:53 +08:00
parent da40455f5c
commit d85912c15a
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848
2 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,7 @@
" SPC l R show reference
" SPC l D show errors
" SPC l o organizes imports
" SPC l g d generate JSDoc
" <
" The following key bindings only work in vim.
" >
@ -162,7 +163,7 @@ function! s:on_typescript_ft() abort
" generate groups
let g:_spacevim_mappings_space.l.g = {'name' : '+Generate'}
call SpaceVim#mapping#space#langSPC('nnoremap', ['l', 'g', 'd'], 'JsDoc',
\ 'generate JSDoc', 1)
\ 'generate-JSDoc', 1)
" REPL support
let g:_spacevim_mappings_space.l.s = {'name' : '+Send'}

View File

@ -4218,6 +4218,7 @@ The following key bindings only work in neovim.
SPC l R show reference
SPC l D show errors
SPC l o organizes imports
SPC l g d generate JSDoc
<
The following key bindings only work in vim.
>