diff options
author | Gokul Soumya | 2022-10-17 07:45:42 +0000 |
---|---|---|
committer | GitHub | 2022-10-17 07:45:42 +0000 |
commit | 4e691d62470a4f92ee5bf2e2609a97d0e1ec832c (patch) | |
tree | 9cd51399d7c4d1c84973ea2828ee5d0882e44d13 /book | |
parent | 09a6df199e535270f15901cdaec99cfffa0f4043 (diff) |
Change diagnostic picker keybind to <space>d (#4229)
Also changes workspace diagnostic picker bindings to <space>D and
changes the debug menu keybind to <space>g, the previous diagnostic
picker keybind. This brings the diagnostic picker bindings more in
line with the jump to next/previous diagnostic bindings which are
currently on ]d and [d.
Diffstat (limited to 'book')
-rw-r--r-- | book/src/keymap.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index 0882381e..5bdbdd29 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -273,8 +273,8 @@ This layer is a kludge of mappings, mostly pickers. | `k` | Show documentation for item under cursor in a [popup](#popup) (**LSP**) | `hover` | | `s` | Open document symbol picker (**LSP**) | `symbol_picker` | | `S` | Open workspace symbol picker (**LSP**) | `workspace_symbol_picker` | -| `g` | Open document diagnostics picker (**LSP**) | `diagnostics_picker` | -| `G` | Open workspace diagnostics picker (**LSP**) | `workspace_diagnostics_picker` +| `d` | Open document diagnostics picker (**LSP**) | `diagnostics_picker` | +| `D` | Open workspace diagnostics picker (**LSP**) | `workspace_diagnostics_picker` | | `r` | Rename symbol (**LSP**) | `rename_symbol` | | `a` | Apply code action (**LSP**) | `code_action` | | `'` | Open last fuzzy picker | `last_picker` | |