|
87 | 87 | | [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. |
|
88 | 88 |
|
89 | 89 | ## 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. | |
102 | 104 |
|
103 | 105 | ## Project
|
104 | 106 | | Command | Key bindings | Documentation |
|
|
0 commit comments