Skip to content

Commit 095227e

Browse files
authored
fix default <space>-s/S keybinds in keymap.md (#14849)
1 parent 68c7e87 commit 095227e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/keymap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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` |

0 commit comments

Comments
 (0)