Skip to content

Commit bf62399

Browse files
committed
Update LSP docs with new keybindings
1 parent 2db552e commit bf62399

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/modules/lsp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ All lsp-mode key bindings use the <kbd>C-c C-l</kbd> prefix:
5656
| <kbd>C-c C-l i</kbd> | `lsp-ui-peek-find-implementation` | Find implementation |
5757
| <kbd>C-c C-l d</kbd> | `lsp-describe-thing-at-point` | Describe at point |
5858
| <kbd>C-c C-l e</kbd> | `lsp-execute-code-action` | Code action |
59+
| <kbd>C-c C-l f</kbd> | `lsp-format-buffer` | Format buffer |
60+
| <kbd>C-c C-l o</kbd> | `lsp-organize-imports` | Organize imports |
61+
| <kbd>C-c C-l m</kbd> | `lsp-ui-imenu` | LSP imenu |
5962

6063
## Installing Language Servers
6164

0 commit comments

Comments
 (0)