Skip to content

Commit

Permalink
Merge pull request #852 from lem-project/update-docs-20230719-121008
Browse files Browse the repository at this point in the history
update docs/default-keybindings.md 20230719-121009
  • Loading branch information
cxxxr authored Jul 19, 2023
2 parents da9ab6a + e54c4a0 commit b0914cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/default-keybindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@
| [keyboard-quit](https://github.com/lem-project/lem/blob/main/src/commands/other.lisp#L29) | C-g | Signal a `quit` condition. |
| [escape](https://github.com/lem-project/lem/blob/main/src/commands/other.lisp#L33) | Escape | Signal a `quit` condition silently. |
| [exit-lem](https://github.com/lem-project/lem/blob/main/src/commands/other.lisp#L37) | C-x C-c | Ask for modified buffers before exiting lem. |
| [quick-exit](https://github.com/lem-project/lem/blob/main/src/commands/other.lisp#L44) | | Exit the lem job and kill it. |
| [execute-command](https://github.com/lem-project/lem/blob/main/src/commands/other.lisp#L49) | M-x | Read a command name, then read the ARG and call the command. |
| [show-context-menu](https://github.com/lem-project/lem/blob/main/src/commands/other.lisp#L68) | Shift-F10, M-h | |
| [load-library](https://github.com/lem-project/lem/blob/main/src/commands/other.lisp#L74) | | Load the Lisp library named NAME. |
| [quick-exit](https://github.com/lem-project/lem/blob/main/src/commands/other.lisp#L50) | | Exit the lem job and kill it. |
| [execute-command](https://github.com/lem-project/lem/blob/main/src/commands/other.lisp#L55) | M-x | Read a command name, then read the ARG and call the command. |
| [show-context-menu](https://github.com/lem-project/lem/blob/main/src/commands/other.lisp#L74) | Shift-F10, M-h | |
| [load-library](https://github.com/lem-project/lem/blob/main/src/commands/other.lisp#L80) | | Load the Lisp library named NAME. |

## Frame
| Command | Key bindings | Documentation |
Expand Down

0 comments on commit b0914cf

Please sign in to comment.