diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-29 19:05:04 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-29 19:05:04 -0400 |
| commit | e9078677c7e8a4b8c9d197f502475ca29f9f3359 (patch) | |
| tree | c5ed5eaca3ff305c50182da7d3e37195fa3679fb /tests/test-coverage-core--intersect.el | |
| parent | 86273cc0f0e63b4a3cfa6a75a29eabcdc6f5eccd (diff) | |
| download | dotemacs-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-coverage-core--intersect.el')
0 files changed, 0 insertions, 0 deletions
