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 | aa81a5ee6e6785536afcdceb2f55142273b43447 (patch) | |
| tree | 899f68b16424e667426dd170e29ebd416c31abf3 /scripts | |
| parent | f2c31db680e4b93e58e8668a1ec6f87ec84c280d (diff) | |
| download | dotemacs-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 'scripts')
0 files changed, 0 insertions, 0 deletions
