Skip to content

Commit 491cf30

Browse files
authored
Merge pull request #1218 from lem-project/update-docs-20240101-173840
update docs/default-keybindings.md 20240101-173841
2 parents 700d217 + 644832d commit 491cf30

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

docs/default-keybindings.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,20 @@
8787
| [transpose-sexps](https://github.com/lem-project/lem/blob/main/src/commands/s-expression.lisp#L79) | M-C-t | Swaps the expression before and after the cursor. |
8888

8989
## File
90-
| Command | Key bindings | Documentation |
91-
|---------------------------------------------------------------------------------------------------|--------------|---------------------------------------------------------------------------------------------------------------|
92-
| [find-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L65) | C-x C-f | Open the file. |
93-
| [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. |
94-
| [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. |
95-
| [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 |
96-
| [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 |
97-
| [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 |
98-
| [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. |
99-
| [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. |
100-
| [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. |
101-
| [change-directory](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L368) | | |
90+
| Command | Key bindings | Documentation |
91+
|---------------------------------------------------------------------------------------------------|--------------|------------------------------------------------------------------------------------------------------------------------------|
92+
| [find-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L66) | C-x C-f | Open the file. |
93+
| [find-file-recursively](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L209) | | Open a file, from the list of all files present under the buffer's directory, recursively. |
94+
| [read-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L225) | C-x C-r | Open the file as a read-only. |
95+
| [save-current-buffer](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L263) | C-x C-s | Saves the current buffer text to a file |
96+
| [write-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L269) | C-x C-w | Saves the text in the current buffer to the specified file |
97+
| [write-region-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L290) | | Saves the region of text to the specified file |
98+
| [insert-file](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L298) | C-x Tab | Inserts the contents of the file into the current buffer. |
99+
| [save-some-buffers](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L304) | C-x s | Save some files in the open buffer. |
100+
| [revert-buffer](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L336) | | Restores the buffer. Normally this command will cause the contents of the file to be reflected in the buffer. |
101+
| [change-directory](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L369) | | |
102+
| [current-directory](https://github.com/lem-project/lem/blob/main/src/commands/file.lisp#L378) | | Display the directory of the active buffer.
103+
With prefix argument INSERT, insert the directory of the active buffer at point. |
102104

103105
## Project
104106
| Command | Key bindings | Documentation |

0 commit comments

Comments
 (0)