Skip to content

Commit

Permalink
Merge pull request #1168 from lem-project/update-docs-20231128-064009
Browse files Browse the repository at this point in the history
update docs/default-keybindings.md 20231128-064010
  • Loading branch information
cxxxr authored Nov 28, 2023
2 parents 0584267 + e36b02b commit 7bef7a8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/default-keybindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@
| Command | Key bindings | Documentation |
|---------------------------------------------------------------------------------------------------|--------------|---------------------------------------------------------------------------------------------------------------|
| [find-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L65) | C-x C-f | Open the file. |
| [find-file-recursively](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L207) | | Open a file, from the list of all files present under the buffer's directory, recursively. |
| [read-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L223) | C-x C-r | Open the file as a read-only. |
| [save-current-buffer](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L261) | C-x C-s | Saves the current buffer text to a file |
| [write-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L267) | C-x C-w | Saves the text in the current buffer to the specified file |
| [write-region-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L288) | | Saves the region of text to the specified file |
| [insert-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L296) | C-x Tab | Inserts the contents of the file into the current buffer. |
| [save-some-buffers](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L302) | C-x s | Save some files in the open buffer. |
| [revert-buffer](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L334) | | Restores the buffer. Normally this command will cause the contents of the file to be reflected in the buffer. |
| [change-directory](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L367) | | |
| [find-file-recursively](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L208) | | Open a file, from the list of all files present under the buffer's directory, recursively. |
| [read-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L224) | C-x C-r | Open the file as a read-only. |
| [save-current-buffer](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L262) | C-x C-s | Saves the current buffer text to a file |
| [write-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L268) | C-x C-w | Saves the text in the current buffer to the specified file |
| [write-region-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L289) | | Saves the region of text to the specified file |
| [insert-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L297) | C-x Tab | Inserts the contents of the file into the current buffer. |
| [save-some-buffers](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L303) | C-x s | Save some files in the open buffer. |
| [revert-buffer](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L335) | | Restores the buffer. Normally this command will cause the contents of the file to be reflected in the buffer. |
| [change-directory](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L368) | | |

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

0 comments on commit 7bef7a8

Please sign in to comment.