aaronjanse / 3mux

Terminal multiplexer inspired by i3
MIT License
1.82k stars 46 forks source link

text can be selected across panes #123

Open deathtrip opened 3 years ago

deathtrip commented 3 years ago

On 3mux 1.1.0 when selecting text using shift+mouse, it can be selected across vertical and horizontal splits. Just like you can without any multiplexer. It makes proper selecting multiple lines of t ext impossible.

aaronjanse commented 3 years ago

Yep, this is an known issue, and I need to document it. The cause is that 3mux cannot control the selection of the terminal emulator. It could possibly use something like xclip to put text on the clipboard, but that wouldn't work when accessing 3mux over ssh.

I think the cleanest solution is to copy text to the clipboard after making a pane full-screen using Alt+Shift+F.