We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5825b commit b489daeCopy full SHA for b489dae
docs/page/keybindings.md
@@ -36,7 +36,7 @@ configured `lsp-command-map` which is bound to `lsp-keymap-prefix`
36
| `s-l g d` | Find declarations of the symbol under point. |
37
| `s-l g h` | Show the incoming call hierarchy for the symbol at point. (requires `lsp-treemacs`) |
38
| `s-l g a` | Find all meaningful symbols that match pattern. |
39
-| `s-l h h` | Display the type signature and documentation of the thing at |
+| `s-l h h` | Display the type signature and documentation of the thing at point. |
40
| `s-l h s` | Activate signature help. |
41
| `s-l h g` | Trigger display hover information popup and hide it on next typing. |
42
| `s-l r r` | Rename the symbol (and all references to it). |
0 commit comments