aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ai-term--keybindings.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(ai-term): move keybindings to C-; a and M-SPC, retire F9Craig Jennings26 hours1-0/+59
I moved the ai-term family off the F9 keys onto the C-; a prefix, vacated when gptel was archived: a toggles the agent, s opens the project picker, n swaps to the next agent, k closes one. The frequent swap also gets M-SPC as a fast chord, bound in ghostel-mode-map and added to the semi-char exceptions so it reaches Emacs from inside an agent buffer. cj/ai-term-next now opens the project picker when no agent is running instead of erroring, so the swap key doubles as a "start an agent" key. To free M-SPC, I removed jumper's M-SPC binding. Jumper's commands stay reachable via M-x, with a cleverer home pending review.