aboutsummaryrefslogtreecommitdiff
path: root/tests/test-system-utils-eval-buffer.el
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
commite9078677c7e8a4b8c9d197f502475ca29f9f3359 (patch)
treec5ed5eaca3ff305c50182da7d3e37195fa3679fb /tests/test-system-utils-eval-buffer.el
parent86273cc0f0e63b4a3cfa6a75a29eabcdc6f5eccd (diff)
downloaddotemacs-e9078677c7e8a4b8c9d197f502475ca29f9f3359.tar.gz
dotemacs-e9078677c7e8a4b8c9d197f502475ca29f9f3359.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/test-system-utils-eval-buffer.el')
0 files changed, 0 insertions, 0 deletions