在tmux中,当我拆分为多个窗格(垂直或水平)时:1.我无法使用鼠标滚轮滚动屏幕输出页面.2.我无法使用鼠标选择和复制文本.
如果我在SINGLE窗格上工作,我的问题就不存在了.
我有set-option -g mouse-select-pane on,setw -g mode-mouse on,
set -g terminal-overrides 'xterm*:smcup@:rmcup@'在.tmux.conf.
那么,.tmux.conf在tmux拆分后我应该添加什么才能解决这些问题呢?