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