Skip to content

Commit

Permalink
Fix typo (emacs-lsp#3986)
Browse files Browse the repository at this point in the history
  • Loading branch information
hetzenmat authored Mar 6, 2023
1 parent 5d5825b commit b489dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/page/keybindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ configured `lsp-command-map` which is bound to `lsp-keymap-prefix`
| `s-l g d` | Find declarations of the symbol under point. |
| `s-l g h` | Show the incoming call hierarchy for the symbol at point. (requires `lsp-treemacs`) |
| `s-l g a` | Find all meaningful symbols that match pattern. |
| `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. |
| `s-l h s` | Activate signature help. |
| `s-l h g` | Trigger display hover information popup and hide it on next typing. |
| `s-l r r` | Rename the symbol (and all references to it). |
Expand Down

0 comments on commit b489dae

Please sign in to comment.