branch: elpa/aidermacs
commit 89d323f083dca761c9167a14d1e72b3f8a20612f
Author: Mingde (Matthew) Zeng <matthew...@posteo.net>
Commit: Mingde (Matthew) Zeng <matthew...@posteo.net>

    Update README to include new vterm backend newline key selection
---
 README.md | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 635066e087..3ff82af2aa 100644
--- a/README.md
+++ b/README.md
@@ -128,14 +128,23 @@ Available backends:
 
 ### Multiline Input Configuration
 
-When using the comint backend, you can customize the key binding for multiline 
input:
+You can customize keybindings for multiline input, this key allows you to 
enter multiple lines without sending the command to Aider. Press `RET` normally 
to send the command.
+
+1. `comint` backend
 
 ```emacs-lisp
 ;; Change multiline input key (default is S-<return>)
 (setq aidermacs-comint-multiline-newline-key "C-<return>")
 ```
 
-This key allows you to enter multiple lines without sending the command to 
Aider. Press `RET` normally to send the command.
+2. `vterm` backend
+
+```emacs-lisp
+;; Change multiline input key (default is S-<return>)
+(setq aidermacs-vterm-multiline-newline-key "S-<return>")
+;; Change multiline send key (default is C-<return>)
+(setq aidermacs-vterm-multiline-send-key "C-<return>")
+```
 
 ### Re-Enable Auto-Commits
 

Reply via email to