I'm using tmux 2.1
and tried to on mouse mode with
set -g mouse on
And it works fine, I can switch across tmux
window splits by clicking the appropriate window. But the downside of this is that I cannot select text with mouse. Here is how it looks like:
As you can see, the selection just become red when I keep pressing the mouse button and disappear when I release the button. Without mouse mode enabled the "selection with mouse" works completely fine.
Is there some workaround to turn mouse mode on and have the ability to select text?
option
instead ofshift
– KNejad Feb 16 '18 at 13:00resize-pane -Z
– Bruno Bronosky Oct 09 '21 at 00:02