branch: externals/ellama commit 3b34ac7dc62b414ea7b9e963b837831a8eae11f1 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Fix docs --- README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index e5d0edd7bf..ed09e41aa5 100644 --- a/README.org +++ b/README.org @@ -206,7 +206,7 @@ Add selected region to context. ** Keymap Here is a table of keybindings and their associated functions in -Ellama, using the ~C-c e~ prefix: +Ellama, using the ~ellama-keymap-prefix~ prefix (not set by default): | Keymap | Function | Description | |--------+------------------------------+------------------------------| @@ -217,6 +217,10 @@ Ellama, using the ~C-c e~ prefix: | "c r" | ellama-code-review | Code review | | "s s" | ellama-summarize | Summarize | | "s w" | ellama-summarize-webpage | Summarize webpage | +| "s l" | ellama-load-session | Session Load | +| "s r" | ellama-session-rename | Session rename | +| "s d" | ellama-session-remove | Session delete | +| "s a" | ellama-session-switch | Session activate | | "i w" | ellama-improve-wording | Improve wording | | "i g" | ellama-improve-grammar | Improve grammar and spelling | | "i c" | ellama-improve-conciseness | Improve conciseness |