File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ This layer is a kludge of mappings, mostly pickers.
295295| ` g ` | Open changed file picker | ` changed_file_picker ` |
296296| ` G ` | Debug (experimental) | N/A |
297297| ` k ` | Show documentation for item under cursor in a [ popup] ( #popup ) (** LSP** ) | ` hover ` |
298- | ` s ` | Open document symbol picker (** LSP** ) | ` symbol_picker ` |
299- | ` S ` | Open workspace symbol picker (** LSP** ) | ` workspace_symbol_picker ` |
298+ | ` s ` | Open document symbol picker (** LSP** or ** TS ** ) | ` lsp_or_syntax_symbol_picker ` |
299+ | ` S ` | Open workspace symbol picker (** LSP** or ** TS ** ) | ` lsp_or_syntax_workspace_symbol_picker ` |
300300| ` d ` | Open document diagnostics picker (** LSP** ) | ` diagnostics_picker ` |
301301| ` D ` | Open workspace diagnostics picker (** LSP** ) | ` workspace_diagnostics_picker ` |
302302| ` r ` | Rename symbol (** LSP** ) | ` rename_symbol ` |
You can’t perform that action at this time.
0 commit comments