In tmux, when I split into several panels (vertically or horizontally): 1. I cannot use the mouse wheel to scroll the screen output page. 2. I cannot select and copy texts with the mouse.
My problems do not exist if I work on the SINGLE panel.
I have set-option -g mouse-select-pane on , setw -g mode-mouse on , set -g terminal-overrides 'xterm*: smcup@ : rmcup@ ' in .tmux.conf .
So what should I add to my .tmux.conf to solve these problems after tmux split?
source share