diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-26 05:37:25 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-26 05:37:25 -0400 |
| commit | 2453198a1f580e8a95372ec07755659ff33a68d6 (patch) | |
| tree | 0620ebbb3527bb5bb8a13ee0dff154f8a844f53e /modules/prog-python.el | |
| parent | 8e995fb62694c4fe81d59d512ec14a50c99df34a (diff) | |
| download | dotemacs-2453198a1f580e8a95372ec07755659ff33a68d6.tar.gz dotemacs-2453198a1f580e8a95372ec07755659ff33a68d6.zip | |
fix(eat): make Escape the unified copy-mode exit
EAT's semi-char mode left the bare escape key unbound and treated ESC only as the Meta prefix, so a lone Escape never reached the pty. That is why C-<up>'s tmux copy-mode could not be exited with Escape: tmux's own Escape=cancel binding never saw the key. Bind <escape> to forward ESC to the terminal, so it cancels tmux copy-mode and still works in TUIs like vim. Also bind <escape> in eat-mode-map to return to semi-char, so the same key exits EAT's own emacs and char modes. One exit key for both copy views; q is no longer required.
Diffstat (limited to 'modules/prog-python.el')
0 files changed, 0 insertions, 0 deletions
