Keybindings
Auto-generated - do not edit manually.
Normal State
Movement
| Command | Key | Description |
|---|
| focus-view-down | C-j | view down |
| focus-view-left | C-h | view left |
| focus-view-right | C-l | view right |
| focus-view-up | C-k | view up |
| goto-matching-bracket | m | match bracket |
| move-cursor-down | j, DOWN | down |
| move-cursor-left | h, LEFT | left |
| move-cursor-right | l, RIGHT | right |
| move-cursor-up | k, UP | up |
| paragraph-next | S-rightbracket | paragraph next |
| paragraph-prev | S-leftbracket | paragraph prev |
| screen-bottom | S-l | screen bottom |
| screen-middle | S-m | screen middle |
| screen-top | S-h | screen top |
| scroll-half-page-down | C-d | half page down |
| scroll-half-page-up | C-u | half page up |
| scroll-page-down | PGDN, C-f | page down |
| scroll-page-up | PGUP, C-b | page up |
| word-end | e | word end |
| word-next | w | word forward |
| word-prev | b | word back |
Editing
| Command | Key | Description |
|---|
| add-cursor-below | S-c | cursor below |
| append-line-end | S-a | append line end |
| change-selection | c | change |
| delete-selection | d | delete |
| extend-line-selection | x | extend line |
| indent-selection | S-period | indent |
| insert-after | a | append |
| insert-before | i | insert |
| insert-line-above | S-o | open above |
| insert-line-below | o | open below |
| insert-line-start | S-i | insert line start |
| paste-after | p | paste after |
| paste-before | S-p | paste before |
| redo | C-r | redo |
| repeat-play | period | repeat |
| toggle-comment | C-semicolon | toggle comment |
| toggle-fold-at-cursor | z | toggle fold |
| undo | u | undo |
| unfold-all | S-z | unfold all |
| unindent-selection | S-comma | unindent |
| yank-selection | y | yank |
Selection
| Command | Key | Description |
|---|
| escape-or-unfocus | ESC | collapse |
| start-text-object-around | A-a | around object |
| start-text-object-inner | A-i | inner object |
| toggle-select-mode | v | select mode |
Navigation
| Command | Key | Description |
|---|
| goto-definition | RET | goto definition |
| workspace-switch-last | A-o | last workspace |
| workspace-switch-left | A-h | workspace left |
| workspace-switch-right | A-l | workspace right |
Jumping
| Command | Key | Description |
|---|
| workspace-switch-to-index(1) | f1 | workspace 1 |
| workspace-switch-to-index(2) | f2 | workspace 2 |
| workspace-switch-to-index(3) | f3 | workspace 3 |
| workspace-switch-to-index(4) | f4 | workspace 4 |
| workspace-switch-to-index(5) | f5 | workspace 5 |
| workspace-switch-to-index(6) | f6 | workspace 6 |
| workspace-switch-to-index(7) | f7 | workspace 7 |
| workspace-switch-to-index(8) | f8 | workspace 8 |
| workspace-switch-to-index(9) | f9 | workspace 9 |
Other
| Command | Key | Description |
|---|
| activate-extended-language-menu | S-semicolon | extended menu |
| activate-language-menu | semicolon | language menu |
| activate-leader-menu | SPC | leader menu |
| go-or-return-to-input | g | go menu |
| open-command-dialog | S-9 | command dialog |
| open-repl | backquote | repl |
| open-repl-window | C-backquote | repl window |
| open-search-forward | slash | search |
| open-shell | S-backquote | shell |
| open-shell-window | C-S-backquote | shell window |
| search-next | n | search next |
| search-prev | S-n | search prev |
| show-function-help-at-point | TAB | function help |
Insert State
Movement
| Command | Key | Description |
|---|
| focus-view-down | C-j | view down |
| focus-view-left | C-h | view left |
| focus-view-right | C-l | view right |
| focus-view-up | C-k | view up |
| insert-move-down | DOWN | down |
| insert-move-left | LEFT | left |
| insert-move-right | RIGHT | right |
| insert-move-up | UP | up |
| scroll-page-down | PGDN | page down |
| scroll-page-up | PGUP | page up |
Editing
| Command | Key | Description |
|---|
| editor-delete-forward | DEL | hungry delete fwd |
| editor-newline | RET | newline |
| editor-single-delete-forward | S-DEL | delete fwd char |
| force-insert-paren | () CTRL) | force ) |
| insert-backspace | BS | hungry delete |
| insert-exit-to-normal | ESC | exit insert |
| insert-single-backspace | S-BS | delete char |
| lisp-handle-tab | TAB | complete |
Navigation
| Command | Key | Description |
|---|
| workspace-switch-last | A-o | last workspace |
| workspace-switch-left | A-h | workspace left |
| workspace-switch-right | A-l | workspace right |
Select State
Inherits Normal State bindings. Only additions/overrides shown below.
Selection
| Command | Key | Description |
|---|
| select-exit-to-normal | v, ESC | exit select |
Operations
| Command | Key | Description |
|---|
| change-selection | c | change |
| select-delete-and-exit | d | delete |
| select-yank-and-exit | y | yank |
List Navigation Context
Navigation
| Command | Key | Description |
|---|
| list-nav-cancel | ESC | cancel |
| list-nav-confirm | RET | select |
| list-nav-first | HOME, g | first |
| list-nav-last | END, S-g | last |
| list-nav-next | j, DOWN | down |
| list-nav-page-down | PGDN | page down |
| list-nav-page-up | PGUP | page up |
| list-nav-prev | k, UP | up |
| list-nav-prev-wrap | S-TAB | prev |
Actions
| Command | Key | Description |
|---|
| list-nav-cancel | ESC | cancel |
| list-nav-confirm | RET | confirm |
| list-nav-next | C-n, C-j | next |
| list-nav-prev | C-p, C-k | prev |
Completion Context
Navigation
| Command | Key | Description |
|---|
| completion-view-next | DOWN, C-n, C-j | next |
| completion-view-prev | UP, C-p, C-k | prev |
Actions
| Command | Key | Description |
|---|
| completion-view-cancel | ESC | cancel |
| completion-view-confirm | RET, TAB | confirm |
Dashboard Context
Navigation
| Command | Key | Description |
|---|
| dashboard-focus-files | f | files |
| dashboard-focus-projects | w | projects |
| dashboard-section-backward | S-TAB | prev section |
| dashboard-section-forward | TAB | next section |
Jumping
| Command | Key | Description |
|---|
| workspace-switch-to-index(1) | f1 | workspace 1 |
| workspace-switch-to-index(2) | f2 | workspace 2 |
| workspace-switch-to-index(3) | f3 | workspace 3 |
| workspace-switch-to-index(4) | f4 | workspace 4 |
| workspace-switch-to-index(5) | f5 | workspace 5 |
| workspace-switch-to-index(6) | f6 | workspace 6 |
| workspace-switch-to-index(7) | f7 | workspace 7 |
| workspace-switch-to-index(8) | f8 | workspace 8 |
| workspace-switch-to-index(9) | f9 | workspace 9 |
Other
| Command | Key | Description |
|---|
| activate-go-menu | g | go menu |
| activate-leader-menu | SPC | leader menu |
| dashboard-quit | q, ESC | quit |
| dashboard-start-scratch | x | scratch |
| open-command-dialog | S-9 | command dialog |
Dashboard Section Context
Navigation
| Command | Key | Description |
|---|
| dashboard-section-delete-item-active | d | delete |
| dashboard-section-next-item-active | j, DOWN | next item |
| dashboard-section-open-item-active | RET | open |
| dashboard-section-prev-item-active | k, UP | prev item |
Notifications Context
Navigation
| Command | Key | Description |
|---|
| notifications-key-next | j, DOWN | next |
| notifications-key-prev | k, UP | prev |
Actions
| Command | Key | Description |
|---|
| notifications-key-clear | c | clear |
| notifications-key-close | q, ESC | close |
| notifications-key-toggle | RET, SPC | expand |
| notifications-key-yank | y | copy |
File Browser Context
Navigation
| Command | Key | Description |
|---|
| fb-enter-command | l | enter dir |
| fb-last-command | S-g | jump to last |
| fb-open-command | RET | open |
| fb-parent-command | h, BS | parent dir |
| fb-refresh-command | g | refresh |
Other
| Command | Key | Description |
|---|
| fb-close-command | q, ESC | close |
File-Ops
| Command | Key | Description |
|---|
| fb-copy-command | c | copy |
| fb-create-dir-command | S-a | new directory |
| fb-create-file-command | a | new file |
| fb-cut-command | x | cut |
| fb-delete-command | d | delete |
| fb-duplicate-command | S-d | duplicate |
| fb-paste-command | p | paste |
| fb-rename-command | r | rename |
Marking
| Command | Key | Description |
|---|
| fb-mark-all-command | S-v | mark all |
| fb-toggle-mark-command | v | mark/unmark |
| fb-unmark-all-command | u | clear marks |
Display
| Command | Key | Description |
|---|
| fb-cycle-sort-command | s | cycle sort |
| fb-filter-command | slash | filter |
| fb-toggle-hidden-command | period | toggle hidden |
| fb-yank-path-command | y | copy path |
File Browser Filter Context
Actions
| Command | Key | Description |
|---|
| fb-filter-accept-command | TAB | accept suggestion |
| fb-filter-apply-command | RET | apply filter |
| fb-filter-cancel-command | ESC | cancel filter |
Git Status Context
Navigation
| Command | Key | Description |
|---|
| git-status-close-command | q, ESC | close |
Actions
| Command | Key | Description |
|---|
| git-status-commit-command | c | commit |
| git-status-fetch-command | f | fetch |
| git-status-log-command | l | log |
| git-status-open-file-command | RET | open file |
| git-status-pull-command | S-p | pull |
| git-status-push-command | p | push |
| git-status-refresh-command | g | refresh |
| git-status-toggle-diff-mode-command | v | toggle diff mode |
Staging
| Command | Key | Description |
|---|
| git-status-discard-command | x | discard changes |
| git-status-stage-all-command | S-s | stage all |
| git-status-stage-command | s | stage file |
| git-status-unstage-command | u | unstage file |
Git Commit Context
Actions
| Command | Key | Description |
|---|
| git-commit-escape-command | ESC | escape |
| git-commit-submit-force-command | C-c | commit |
| git-commit-submit-normal-command | c | commit |
Git Log Context
Actions
| Command | Key | Description |
|---|
| git-log-close-command | q, ESC | close |
| git-log-toggle-diff-mode-command | v | toggle diff mode |
Inspector Context
Navigation
| Command | Key | Description |
|---|
| inspector-key-back | h, LEFT, BS | back |
| inspector-key-first | g, HOME | first |
| inspector-key-last | S-g, END | last |
| inspector-key-next | j, DOWN | next item |
| inspector-key-page-down | PGDN | page down |
| inspector-key-page-up | PGUP | page up |
| inspector-key-prev | k, UP | prev item |
Actions
| Command | Key | Description |
|---|
| inspector-key-activate | RET | inspect |
| inspector-key-close | ESC | close |
| inspector-key-edit | i, S-i, e | edit |
| inspector-key-refresh | r | refresh |
Profiler Context
Navigation
| Command | Key | Description |
|---|
| profiler-key-cycle-section | TAB | toggle detail |
| profiler-key-next | j, DOWN | next |
| profiler-key-prev | k, UP | prev |
Actions
| Command | Key | Description |
|---|
| profiler-key-clear | c | clear |
| profiler-key-close | ESC | close |
| profiler-key-copy | y | copy |
| profiler-key-copy-page | S-y | copy page |
| profiler-key-goto-definition | RET | goto definition |
| profiler-key-profile-expr | e | profile expr |
| profiler-key-profile-function | f | profile fn |
| profiler-key-profile-package | p | profile pkg |
| profiler-key-refresh | r | refresh |
| profiler-key-search | slash | search |
| profiler-key-sort | o | cycle sort |
| profiler-key-toggle-mode | m | toggle mode |
| profiler-key-toggle-sprof-mode | a | cpu/alloc |
| profiler-key-toggle-view | v | view |
| profiler-key-tree-collapse | h, LEFT | collapse |
| profiler-key-tree-expand | l, RIGHT | expand |
| profiler-key-tree-toggle | SPC | toggle |
Debugger Context
Actions
| Command | Key | Description |
|---|
| debugger-key-abort | q | abort |
| debugger-key-continue | c | continue |
| debugger-key-hide | d, ESC | hide |
| debugger-key-inspect | i | inspect |
| debugger-key-step-into | s | step into |
| debugger-key-step-out | o | step out |
| debugger-key-step-over | n | step over |
| debugger-key-transfer-owner | t | transfer |
Restarts
| Command | Key | Description |
|---|
| debugger-key-restart-0 | 0 | restart 0 |
| debugger-key-restart-1 | 1 | restart 1 |
| debugger-key-restart-2 | 2 | restart 2 |
| debugger-key-restart-3 | 3 | restart 3 |
| debugger-key-restart-4 | 4 | restart 4 |
| debugger-key-restart-5 | 5 | restart 5 |
| debugger-key-restart-6 | 6 | restart 6 |
| debugger-key-restart-7 | 7 | restart 7 |
| debugger-key-restart-8 | 8 | restart 8 |
| debugger-key-restart-9 | 9 | restart 9 |
Config Context
Navigation
| Command | Key | Description |
|---|
| config-key-collapse | h, LEFT | collapse |
| config-key-expand | l, RIGHT | expand |
| config-key-next | j, DOWN | next |
| config-key-prev | k, UP | prev |
Actions
| Command | Key | Description |
|---|
| config-key-close | ESC | close |
| config-key-edit | RET | edit |
| config-key-filter | slash | filter |
| config-key-toggle | SPC, TAB | expand/collapse |
Packages Managed Context
Actions
| Command | Key | Description |
|---|
| packages-close-active | q, ESC | close |
| packages-managed-load-active | l | load |
| packages-managed-toggle-startup-active | s | startup |
| packages-managed-uninstall-active | u | uninstall |
Packages Browse Context
Actions
| Command | Key | Description |
|---|
| packages-browse-install-active | RET | install |
| packages-close-active | q, ESC | close |
Command Menu Popup Context
Quick-Commands
| Command | Key | Description |
|---|
| command-menu-popup-set-quick-slot(1) | S-1 | set quick 1 |
| command-menu-popup-set-quick-slot(2) | S-2 | set quick 2 |
| command-menu-popup-set-quick-slot(3) | S-3 | set quick 3 |
| command-menu-popup-set-quick-slot(4) | S-4 | set quick 4 |
| command-menu-popup-set-quick-slot(5) | S-5 | set quick 5 |
| command-menu-popup-set-quick-slot(6) | S-6 | set quick 6 |
| command-menu-popup-set-quick-slot(7) | S-7 | set quick 7 |
| command-menu-popup-set-quick-slot(8) | S-8 | set quick 8 |
| command-menu-popup-set-quick-slot(9) | S-9 | set quick 9 |
Search Panel Context
Actions
| Command | Key | Description |
|---|
| search-panel-cancel-active | ESC | cancel |
| search-panel-submit-active | RET | confirm |
Searchable Context
Navigation
| Command | Key | Description |
|---|
| list-nav-first | HOME | top |
| list-nav-last | END | bottom |
| list-nav-next | C-n, C-j, DOWN | down |
| list-nav-page-down | PGDN | page down |
| list-nav-page-up | PGUP | page up |
| list-nav-prev | C-p, C-k, UP | up |
Actions
| Command | Key | Description |
|---|
| list-nav-cancel | ESC | cancel |
| list-nav-confirm | RET | confirm |
| searchable-view-accept-selection-active | TAB | accept |
Expression Context
Navigation
| Command | Key | Description |
|---|
| list-nav-first | HOME | top |
| list-nav-last | END | bottom |
| list-nav-next | C-n, C-j, DOWN | down |
| list-nav-page-down | PGDN | page down |
| list-nav-page-up | PGUP | page up |
| list-nav-prev | C-p, C-k, UP | up |
Actions
| Command | Key | Description |
|---|
| expression-view-cancel-active | ESC | cancel |
| expression-view-submit-active | RET | submit |
| searchable-view-accept-selection-active | TAB, workspace | accept |
Graph Context
Navigation
| Command | Key | Description |
|---|
| graph-view-close-active | ESC | close |
| graph-view-confirm-active | RET | select |
| graph-view-nav-down-active | j, DOWN | down |
| graph-view-nav-left-active | h, LEFT | left |
| graph-view-nav-right-active | l, RIGHT | right |
| graph-view-nav-up-active | k, UP | up |
Sectioned Context
Navigation
| Command | Key | Description |
|---|
| sectioned-view-confirm-active | RET | confirm |
| sectioned-view-next-item-active | j, DOWN | next item |
| sectioned-view-next-section-active | TAB | next section |
| sectioned-view-prev-item-active | k, UP | prev item |
| sectioned-view-prev-section-active | S-TAB | prev section |
| sectioned-view-toggle-focused-active | h, LEFT, SPC | toggle section |
| sectioned-view-yank-active | y | yank |
Overlay Context
Navigation
| Command | Key | Description |
|---|
| overlay-close-active | q, ESC | close |
| overlay-focus-down-active | C-j | focus down |
| overlay-focus-left-active | C-h | focus left |
| overlay-focus-right-active | C-l | focus right |
| overlay-focus-up-active | C-k | focus up |
Inheritance Context
Actions
| Command | Key | Description |
|---|
| inheritance-goto-definition-active | d | goto definition |
| inheritance-refresh-active | r | refresh |
Diff Context
Navigation
| Command | Key | Description |
|---|
| diff-view-close-active | q, ESC | close |
| diff-view-end-active | END | bottom |
| diff-view-focus-left-active | LEFT | focus left |
| diff-view-focus-right-active | RIGHT | focus right |
| diff-view-home-active | HOME | top |
| diff-view-page-down-active | page-down | page down |
| diff-view-page-up-active | page-up | page up |
| diff-view-scroll-down-active | j, DOWN | down |
| diff-view-scroll-up-active | k, UP | up |
| diff-view-toggle-mode-active | v, TAB | toggle mode |
Structural Context
Editing
| Command | Key | Description |
|---|
| structural-barf-left | S-e | barf left |
| structural-barf-right | e | barf right |
| structural-delete-sexp | d | delete sexp |
| structural-raise | y | raise |
| structural-slurp-left | S-g | slurp left |
| structural-slurp-right | g | slurp right |
| structural-splice | x | splice |
| structural-unwrap | a | unwrap |
| structural-wrap | w | wrap (default) |
| structural-wrap-braces | t | wrap {} |
| structural-wrap-brackets | f | wrap [] |
| structural-wrap-parens | r | wrap () |
Navigation
| Command | Key | Description |
|---|
| structural-first-child | j | first child |
| structural-nearest-container | u | container |
| structural-next-sibling | l | next sibling |
| structural-next-toplevel | n | next toplevel |
| structural-node-end | period | node end |
| structural-node-start | comma | node start |
| structural-parent | k | parent |
| structural-prev-sibling | h | prev sibling |
| structural-prev-toplevel | p | prev toplevel |
Other
| Command | Key | Description |
|---|
| enter-insert-mode | i | insert mode |
Container Context
Navigation
| Command | Key | Description |
|---|
| container-focus-down-active | DOWN, j | down |
| container-focus-left-active | LEFT, h | left |
| container-focus-right-active | RIGHT, l | right |
| container-focus-up-active | UP, k | up |
Preview Context
Navigation
| Command | Key | Description |
|---|
| preview-scroll-down-active | DOWN, j | down |
| preview-scroll-up-active | UP, k | up |
Config Filter Context
Actions
| Command | Key | Description |
|---|
| config-key-filter-apply | RET | apply filter |
| config-key-filter-cancel | ESC | cancel filter |
Global Bindings
| Command | Key | Description |
|---|
| focus-cycle-floating | C-TAB | cycle focus |
| toggle-cheatsheet | S-slash | cheatsheet |
| Key | Path | Command | Description |
|---|
| h | help | open-help-mode | open help mode |
| o | file → open | open-project-picker | open project picker |
| p | file → path | open-path-picker | open path picker |
| e | file → explore | open-file-browser-at-file | Open file browser at current file’s directory |
| r | file → reload | reload-file | Reload buffer from disk |
| s | file → save | write-file | Save buffer to file |
| e | explorer | open-file-browser | Open file browser at project root |
| / | search | open-project-search | open project search |
| x | scratch | dashboard-start-scratch | Start a scratch buffer with hidden REPL. |
| ` | shell | open-shell | Toggle the shell display. When hidden, open using the default mode. |
| n | workspace → new | workspace-create | workspace create |
| q | workspace → close | workspace-close | workspace close |
| o | project → open | open-project-from-recent | open project from recent |
| s | project → save | save-current-project | save current project |
| d | project → delete | delete-project-from-recent | delete project from recent |
| r | macro → record | macro-menu-record | macro menu record |
| p | macro → play/stop | macro-menu-play | macro menu play |
| l | macro → replay last | macro-menu-replay-last | macro menu replay last |
| R | macro → record to… | macro-menu-record-register | macro menu record register |
| P | macro → play from… | macro-menu-play-register | macro menu play register |
| h | view → split left | split-window-left | split window left |
| j | view → split down | split-window-down | split window down |
| k | view → split up | split-window-up | split window up |
| l | view → split right | split-window-right | split window right |
| o | view → last view | focus-last-view | focus last view |
| d | view → dashboard | show-dashboard | Show the dashboard, replacing current window tree. |
| n | view → notifications | open-notifications-history | Open notification history |
| q | view → close | close-view | close view |
| m | packages → managed | open-managed-packages | open managed packages |
| b | packages → browse | open-browse-packages | open browse packages |
| g | git | open-git-status | Open git status |
| a | tutorial → arcus basics | start-arcus-tutorial | start arcus tutorial |
| l | tutorial → lisp integration | start-lisp-tutorial | start lisp tutorial |
| t | config → themes | open-theme-picker | open theme picker |
| f | config → font | open-font-picker | open font picker |
| s | config → font size | open-font-size-picker | open font size picker |
| g | config → global | open-global-config | open global config |
| p | config → project | open-project-config | open project config |
| q | quit | request-quit | Quit with unsaved buffer check |
| Key | Path | Command | Description |
|---|
| h | line start | line-start | Move cursor to line start |
| s | first non-ws | line-first-non-whitespace | Move cursor to first non-whitespace on line |
| l | line end | line-end | Move cursor to line end |
| g | file start | file-start | Go to start of file |
| e | file end | file-end | Go to end of file |
| b | jump back | jump-backward | Jump back in the jump list |
| f | jump forward | jump-forward | Jump forward in the jump list |
| n | next buffer | next-buffer | Switch to next buffer |
| p | prev buffer | prev-buffer | Switch to previous buffer |
| d | definition | goto-definition | Go to the definition of the symbol at cursor. |
| Checks buffer modes first, then LSP, then Lisp RPC. | | | |
| r | references | goto-references | goto references |
| v | view picker | open-view-picker | open view picker |
| o | file symbols | open-file-symbol-picker | open file symbol picker |
| O | package symbols | open-package-symbol-picker | open package symbol picker |
| 1 | mark 1 | jump-to-buffer-bookmark(1) | jump to buffer bookmark |
| 2 | mark 2 | jump-to-buffer-bookmark(2) | jump to buffer bookmark |
| 3 | mark 3 | jump-to-buffer-bookmark(3) | jump to buffer bookmark |
| 4 | mark 4 | jump-to-buffer-bookmark(4) | jump to buffer bookmark |
| ! | set mark 1 | set-buffer-bookmark(1) | set buffer bookmark |
| @ | set mark 2 | set-buffer-bookmark(2) | set buffer bookmark |
| # | set mark 3 | set-buffer-bookmark(3) | set buffer bookmark |
| $ | set mark 4 | set-buffer-bookmark(4) | set buffer bookmark |
Buffer Mode Bindings
markdown-mode
buffer-view:insert
Buffer-Mode
| Command | Key | Description |
|---|
| # | RET | continue list |
buffer-view:normal
Buffer-Mode
| Command | Key | Description |
|---|
| # | o | add list item |
C
Extensions: c, h
| Key | Command |
|---|
| h | lsp-show-hover |
| tab | lsp-trigger-completion |
| n | lsp-goto-next-diagnostic |
| N | lsp-goto-prev-diagnostic |
| e | lsp-show-diagnostic-at-point |
| r | lsp-rename |
C#
Extensions: cs
| Key | Command |
|---|
| h | lsp-show-hover |
| tab | lsp-trigger-completion |
| n | lsp-goto-next-diagnostic |
| N | lsp-goto-prev-diagnostic |
| e | lsp-show-diagnostic-at-point |
C++
Extensions: cpp, cc, cxx, hpp, hh, hxx
| Key | Command |
|---|
| h | lsp-show-hover |
| tab | lsp-trigger-completion |
| n | lsp-goto-next-diagnostic |
| N | lsp-goto-prev-diagnostic |
| e | lsp-show-diagnostic-at-point |
| r | lsp-rename |
Go
Extensions: go
| Key | Command |
|---|
| h | lsp-show-hover |
| tab | lsp-trigger-completion |
| n | lsp-goto-next-diagnostic |
| N | lsp-goto-prev-diagnostic |
| e | lsp-show-diagnostic-at-point |
HTML
Extensions: html, htm
| Key | Command |
|---|
| h | lsp-show-hover |
| tab | lsp-trigger-completion |
| n | lsp-goto-next-diagnostic |
| N | lsp-goto-prev-diagnostic |
| e | lsp-show-diagnostic-at-point |
Lisp
Extensions: lisp, lsp, cl, asd
| Key | Command |
|---|
| h | show-documentation |
| e | eval-sexp |
| E | eval-expression-input |
| i | inspect-expression |
| l | load-file |
| L | load-buffer |
| r | open-repl |
| R | open-repl-window |
| S | open-shell-window |
| c | connect-to-repl |
| x | shutdown-repl |
| X | restart-repl |
| d | toggle-debugger-view |
| m | toggle-repl-notifications |
| b | toggle-breakpoint-at-point |
| q | quickload-system |
| p | set-repl-package |
| a | configure-project-autoload |
| A | disable-project-autoload |
| return | macroexpand-sexp |
Markdown
Extensions: md, markdown
| Key | Command |
|---|
| c | md-table-of-contents |
| a | md-add-list-item |
| b | md-toggle-bold |
| i | md-toggle-italic |
| k | md-toggle-code |
| l | md-insert-link |
| x | md-insert-checkbox |
| t | md-format-table |
| m | md-cycle-list-marker |
| n | md-next-heading |
| N | md-prev-heading |
| d | md-goto-definition |
| e | md-export-pdf |
| Z | md-fold-to-level-command |
| W | md-project-notes |
| B | md-open-backlinks |
| T | md-search-tags |
| tab | md-trigger-file-completion |
Rust
Extensions: rs
| Key | Command |
|---|
| h | lsp-show-hover |
| tab | lsp-trigger-completion |
| n | lsp-goto-next-diagnostic |
| N | lsp-goto-prev-diagnostic |
| e | lsp-show-diagnostic-at-point |
Lisp
Extensions: lisp, lsp, cl, asd
| Key | Command |
|---|
| i | show-class-inheritance |
| I | show-class-inheritance-input |
| d | show-disassembly |
| l | toggle-definition-lock |
| p | profile-sexp |
| P | open-profiler |
Markdown
Extensions: md, markdown
| Key | Command |
|---|
| i | md-toggle-image-preview |
| m | md-toggle-mermaid-preview |
| t | md-toggle-transclusion-preview |
| u | md-open-unlinked-references |