top | item 44755250

(no title)

canistel | 7 months ago

From what I have seen, tmux is the _only_ multiplexer with with you can select from the scroll-back buffer using only the keyboard (without using the mouse).

discuss

order

meitham|7 months ago

Absolutely! You also have full control over the history size, along with powerful search capabilities. You can move panes and windows seamlessly across sessions, and even share those sessions with other users. My yank script integrates with tmux buffers, so copy/paste works flawlessly, even in vertical splits. I strongly disagree with the article; I simply can’t imagine using a terminal without tmux.

jmholla|7 months ago

screen does as well. Unless I'm missing something here.

kzrdude|7 months ago

Loosely speaking neovim is a terminal multiplexer, and it can also do this, you have full vim motions and commands available on terminal buffers.

magarnicle|7 months ago

Do you mean select into the clipboard?

canistel|7 months ago

To tmux's clipboard and if required to the system clipboard too...

set -s copy-command 'xsel -i'