branch: elpa/aidermacs
commit 10196070881641691dd6f916054d1795c8f1d1f3
Author: Kang Tu <kang...@apple.com>
Commit: Kang Tu <kang...@apple.com>

    make switch buffer shortcut for aider-mode
---
 aider.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/aider.el b/aider.el
index 3c2b03b701..76aaa7a993 100644
--- a/aider.el
+++ b/aider.el
@@ -267,7 +267,9 @@ The command will be formatted as \"/architect \" followed 
by the user command an
 
 (defun aider-mode-setup ()
   "Setup key bindings for Aider mode."
-  (local-set-key (kbd "C-c C-n") 'aider-send-line-under-cursor))
+  (local-set-key (kbd "C-c C-n") 'aider-send-line-under-cursor)
+  (local-set-key (kbd "C-c C-z") 'aider-switch-to-buffer)
+  )
 
 (add-hook 'aider-mode-hook 'aider-mode-setup)
 

Reply via email to