branch: elpa/aidermacs commit 5e167323b88d364778bac162e9d3dfadb3d3ae39 Author: Mingde (Matthew) Zeng <matthew...@posteo.net> Commit: Mingde (Matthew) Zeng <matthew...@posteo.net>
Fix README --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3ff82af2aa..b955e27912 100644 --- a/README.md +++ b/README.md @@ -130,20 +130,11 @@ Available backends: 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>") -``` - -2. `vterm` backend - ```emacs-lisp -;; Change multiline input key (default is S-<return>) +;; Comint backend: +(setq aidermacs-comint-multiline-newline-key "S-<return>") +;; Vterm backend: (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