mouse selection within tmux pane
I use tmux
habitually, and often would like to highlight text in one pane to paste in another. However, when using the mouse to select text, it highlights across the entire width of the terminal window. Is there a way to limit the selection to a given pane?
Note that the tmux options mouse-resize-pane, mouse-select-pane, and mouse-select-window do just what they say :)