I often want to copy (yank) text in copy-mode-vi, while the terminal is outputting text.
However, it seems impossible to reliably mark the text, while the terminal is not still (i.e., it outputs text to the terminal, making the terminal content change).
Is there any way to "freeze" the terminal, so that I can mark and copy (yank) terminal output, while the terminal is outputting text?
CTRL+sshould temporarily suspend output.CTRL+qto resume – Panki Sep 23 '20 at 07:21Ctrl-sto suspend, and the running application outputs LOTS of text, will the Terminal "blow" up, if I wait too long before pressingCtrl-q? I mean, will some buffer get full? – Shuzheng Sep 24 '20 at 07:03