Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/generated/static-cmd.md')
| -rw-r--r-- | book/src/generated/static-cmd.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/book/src/generated/static-cmd.md b/book/src/generated/static-cmd.md index 0363820e..0fed616a 100644 --- a/book/src/generated/static-cmd.md +++ b/book/src/generated/static-cmd.md @@ -106,10 +106,14 @@ | `code_action` | Perform code action | normal: `` <space>a ``, select: `` <space>a `` | | `buffer_picker` | Open buffer picker | normal: `` <space>b ``, select: `` <space>b `` | | `jumplist_picker` | Open jumplist picker | normal: `` <space>j ``, select: `` <space>j `` | -| `symbol_picker` | Open symbol picker | normal: `` <space>s ``, select: `` <space>s `` | +| `symbol_picker` | Open symbol picker | | +| `syntax_symbol_picker` | Open symbol picker from syntax information | | +| `lsp_or_syntax_symbol_picker` | Open symbol picker from LSP or syntax information | normal: `` <space>s ``, select: `` <space>s `` | | `changed_file_picker` | Open changed file picker | normal: `` <space>g ``, select: `` <space>g `` | | `select_references_to_symbol_under_cursor` | Select symbol references | normal: `` <space>h ``, select: `` <space>h `` | -| `workspace_symbol_picker` | Open workspace symbol picker | normal: `` <space>S ``, select: `` <space>S `` | +| `workspace_symbol_picker` | Open workspace symbol picker | | +| `syntax_workspace_symbol_picker` | Open workspace symbol picker from syntax information | | +| `lsp_or_syntax_workspace_symbol_picker` | Open workspace symbol picker from LSP or syntax information | normal: `` <space>S ``, select: `` <space>S `` | | `diagnostics_picker` | Open diagnostic picker | normal: `` <space>d ``, select: `` <space>d `` | | `workspace_diagnostics_picker` | Open workspace diagnostic picker | normal: `` <space>D ``, select: `` <space>D `` | | `last_picker` | Open last picker | normal: `` <space>' ``, select: `` <space>' `` | |