aboutsummaryrefslogtreecommitdiff
path: root/tests/test-vterm-tmux-history.el
Commit message (Collapse)AuthorAgeFilesLines
* Add Emacs-native vterm copy workflowsCraig Jennings2026-05-101-0/+141
Add an Emacs-first copy workflow for vterm and tmux. C-; V c enters vterm copy mode, C-; V C captures tmux pane scrollback into a temporary Emacs buffer, M-w copies and returns, and C-g/Escape cancel without copying. This also adds clickable URLs, removes the bad vtermf binding, unbinds C-c C-t, and tests the vterm/tmux keymap behavior.