aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-26 09:31:15 -0400
committerCraig Jennings <c@cjennings.net>2026-06-26 09:31:15 -0400
commitf8b869bf0b3b59be8bad9c6ee429f9a3e7b478d7 (patch)
tree7b05cda857d256298b70bf4aff8cc3c35f89bd87 /scripts
parent2453198a1f580e8a95372ec07755659ff33a68d6 (diff)
downloaddotemacs-f8b869bf0b3b59be8bad9c6ee429f9a3e7b478d7.tar.gz
dotemacs-f8b869bf0b3b59be8bad9c6ee429f9a3e7b478d7.zip
fix(eat): forward word-motion arrows to the terminal in agent buffers
C-/M-left/right were in EAT's default eat-semi-char-non-bound-keys, so they fell through to Emacs and ran left-word/right-word, moving point in the EAT buffer instead of being sent to the program. The terminal's own cursor never moved, so the next keystroke snapped point back to the real cursor -- the "cursor jumps back" symptom when editing claude's input. Bind them to eat-self-input so they forward as word motion, the way ghostel did. Window arrows (S-, C-M-) still reach Emacs for windmove and buffer-move.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions