1
0
Fork 0

fix(emacs): modify ai keybindings

This commit is contained in:
Lucas Sta Maria 2025-01-14 23:54:54 -05:00
parent ec1dbbc802
commit 12e56ed952
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -12,13 +12,13 @@
(gptel-context-remove))
(defvar-keymap gptel-context-keymap
"a" #'gptel-context-add
"a" #'gptel-add
"d" #'gptel-context-delete
"n" #'gptel-context-next
"p" #'gptel-context-previous
"v" #'gptel-context-visit
"RET" #'gptel-context-confirm
"f" #'gptel-context-add-file)
"f" #'gptel-add-file)
(defvar-keymap gptel-keymap
"c" gptel-context-keymap