最近 tmux 改变了很多鼠标的东西,变得更好。
但我有点卡住了,因为我需要
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'"
bind -n WheelDownPane select-pane -t= \; send-keys -M
为了能够在 OSX 中上下滚动
然而,在 Ubuntu 中我的 .tmux.conf (我喜欢在操作系统之间共享)中包含这些行会导致
/home/durrantm/.tmux.conf:75: unknown key: WheelUpPane [0/0]
/home/durrantm/.tmux.conf:76: unknown key: WheelDownPane
如果我删除它们,那么当我应用更改时,我将无法在 OSX 中滚动
tmux source-file ~/.tmux.conf