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 | de86eb5aeec9692c2fbc5e5567e021269bd82ff5 (patch) | |
| tree | 3cba43717f3d1dde7fce703efaa3e4b82a03837e /tests/test-prog-shell--make-script-executable.el | |
| parent | 345c6cf5f008b872e6a223066f9196f780dab1bd (diff) | |
| download | dotemacs-de86eb5aeec9692c2fbc5e5567e021269bd82ff5.tar.gz dotemacs-de86eb5aeec9692c2fbc5e5567e021269bd82ff5.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-prog-shell--make-script-executable.el')
0 files changed, 0 insertions, 0 deletions
