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