5 ms·
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).
by canistel 1y 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).
- meitham 1y agoAbsolutely! 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.
- magarnicle 1y agoDo you mean select into the clipboard?
- canistel 1y agoTo tmux's clipboard and if required to the system clipboard too... set -s copy-command 'xsel -i'
- jmholla 1y agoscreen does as well. Unless I'm missing something here.
- kzrdude 1y agoLoosely speaking neovim is a terminal multiplexer, and it can also do this, you have full vim motions and commands available on terminal buffers.