diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-11 10:02:17 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-11 10:02:17 -0500 |
| commit | 949bdeb3ac4d7b027cdd88efd54cc8c121f8c5d3 (patch) | |
| tree | 64e1302958d949533e43e8a17e86b5c55d8e2ab0 /modules/test-runner.el | |
| parent | 071fb5e972a08e4072d9177d493928ceb26763f4 (diff) | |
| download | dotemacs-949bdeb3ac4d7b027cdd88efd54cc8c121f8c5d3.tar.gz dotemacs-949bdeb3ac4d7b027cdd88efd54cc8c121f8c5d3.zip | |
feat(vterm): unify the keys in vterm copy-mode and tmux history
`vterm-copy-mode' and the `C-; x h' tmux-history buffer now share one key story. `M-w' copies the active region and stays put, so I can copy several things in a row. `C-g', `<escape>', or `q' leaves (resuming the live terminal, or closing the history buffer) without copying. `RET' is unbound (no special "copy and exit"). In copy-mode that meant removing vterm's default `RET' -> `vterm-copy-mode-done' binding.
Before, `M-w' exited and copied as it went, which made grabbing more than one selection awkward. The history buffer's `cj/vterm-tmux-history-copy-and-quit' was the copy-and-exit one-shot. It's gone. `M-w' then `q' is the equivalent.
I also moved `cj/vterm-tmux-history' from `C-; x C' to `C-; x h' (unshifted, and it frees `C') and refreshed the file's stale commentary header, which still referenced the old `C-; V' prefix and `<pause>'.
Diffstat (limited to 'modules/test-runner.el')
0 files changed, 0 insertions, 0 deletions
