diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-26 09:31:15 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-26 09:31:15 -0400 |
| commit | 1e4ddabe69741b62d2ce1cfd84671093c6978d2d (patch) | |
| tree | aa3acdd343ec3f286bee2b285cdd1f24280fba4a /tests/test-prog-python-setup.el | |
| parent | 1f10ea49e33c5f09a43e95bc30e818899bf4826d (diff) | |
| download | dotemacs-1e4ddabe69741b62d2ce1cfd84671093c6978d2d.tar.gz dotemacs-1e4ddabe69741b62d2ce1cfd84671093c6978d2d.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 'tests/test-prog-python-setup.el')
0 files changed, 0 insertions, 0 deletions
