aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-29 19:05:04 -0400
committerCraig Jennings <c@cjennings.net>2026-06-29 19:05:04 -0400
commitaa81a5ee6e6785536afcdceb2f55142273b43447 (patch)
tree899f68b16424e667426dd170e29ebd416c31abf3 /tests
parentf2c31db680e4b93e58e8668a1ec6f87ec84c280d (diff)
downloaddotemacs-aa81a5ee6e6785536afcdceb2f55142273b43447.tar.gz
dotemacs-aa81a5ee6e6785536afcdceb2f55142273b43447.zip
feat(eat): make Ctrl+Backspace delete the previous word
Inside EAT terminals C-<backspace> did nothing: terminals send no standard code for it, so EAT forwarded a bare key the program dropped. I bound it in eat-semi-char-mode-map to send M-DEL (ESC DEL) to the pty, which readline maps to backward-kill-word. That's the same word-boundary delete C-<backspace> does in normal buffers.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions