tmux split window后不能用鼠标滚动页面

在tmux中,当我分成多个窗格(垂直或水平):1.我不能使用鼠标滚轮来滚动屏幕输出页面。 2.我无法使用鼠标select和复制文本。

如果我在单个窗格上工作,则不存在我的问题。

我有set-option -g mouse-select-pane onsetw -g mode-mouse onset -g terminal-overrides 'xterm*:smcup@:rmcup@'.tmux.conf set -g terminal-overrides 'xterm*:smcup@:rmcup@'

那么,我应该添加到我的.tmux.conf来解决tmux split之后的这些问题?