summaryrefslogtreecommitdiff
path: root/modes/agent-shell
AgeCommit message (Collapse)Author
2026-04-27Use when-let*HEADmasterJames Nguyen
2026-04-27Wrap permission bindings in a defcustomJames Nguyen
2026-04-27Bind permission buttons in agent-shellJames Nguyen
In Normal state: Buttons are up + cursor on button -> y n v ! should map to agent-shell Buttons are up + cursor not on button -> menu item routes y n v ! agent-shell bindings Buttons are not up -> Evil commands
2026-04-23Remove dreamsJames Nguyen
2026-04-23Add more agent-shell bindingsJames Nguyen
Some bindings untested..
2026-04-17DefvarJames Nguyen
2026-04-16feat(agent-shell): unbind n and pJoseph LaFreniere
Remove the upstream `n` and `p` bindings from `agent-shell-mode-map`, which would otherwise intercept keystrokes in insert state.