aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorEbbe Steenhoudt2021-11-14 15:12:56 +0000
committerGitHub2021-11-14 15:12:56 +0000
commitedc976b6bb36c6017bf59691abbde5c086267bfd (patch)
tree44d67559a00301fdc6e3606313f5bac1ff080d45 /book
parent1817b7f581f579232a216f92e0cac569b1a80c11 (diff)
Added workspace_symbol_picker (#1041)
* Added workspace_symbol_picker * Moved truncation of the symbol pickers to the end. * Fixed typo
Diffstat (limited to 'book')
-rw-r--r--book/src/keymap.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index 6155e553..9f1714f6 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -211,6 +211,7 @@ This layer is a kludge of mappings, mostly pickers.
| `b` | Open buffer picker | `buffer_picker` |
| `k` | Show documentation for item under cursor (**LSP**) | `hover` |
| `s` | Open document symbol picker (**LSP**) | `symbol_picker` |
+| `S` | Open workspace symbol picker (**LSP**) | `workspace_symbol_picker` |
| `r` | Rename symbol (**LSP**) | `rename_symbol` |
| `a` | Apply code action (**LSP**) | `code_action` |
| `'` | Open last fuzzy picker | `last_picker` |