summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-18 17:00:08 -0400
committerCraig Jennings <c@cjennings.net>2026-05-18 17:00:08 -0400
commit55fb9102c70dc272d4267aec30eed4860f3abdf5 (patch)
treedf2f80a85eb42b17d8770545440523e331266a20 /docs
parenta537ef1155bff9aa269a6e7d6d30aa9a378f552b (diff)
downloaddotemacs-55fb9102c70dc272d4267aec30eed4860f3abdf5.tar.gz
dotemacs-55fb9102c70dc272d4267aec30eed4860f3abdf5.zip
feat(vterm): forward <escape> to the pty in vterm-mode
`<escape>' is bound globally to `keyboard-escape-quit' in modules/keybindings.el, so Emacs swallows the key before it can reach the pty. Bind it in vterm-mode-map to cj/vterm-send-escape, which writes a literal ESC byte via vterm-send-string. tmux's copy-mode `cancel' binding then fires; vi-mode exits, fzf cancel, etc., also work as expected.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions