fix(emacs): add keybind to clear context
This commit is contained in:
parent
14b2015a6f
commit
2a63bfecab
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
(defvar-keymap gptel-context-keymap
|
||||
"a" #'gptel-add
|
||||
"d" #'gptel-context-delete
|
||||
"k" #'gptel-context-remove-all
|
||||
"n" #'gptel-context-next
|
||||
"p" #'gptel-context-previous
|
||||
"v" #'gptel-context-visit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue