コンピューターをリセットしましたが、tmuxは.tmux.conf
これらのディレクティブを持っていることに不満を言っています。
setw -g mode-mouse on
set -g mouse-select-pane on
set -g mouse-resize-pane on
set -g mouse-select-window off
set -g default-terminal "screen-256color"
これらのエラー:
/Users/mdurrant/.tmux.conf:24: unknown option: mode-mouse [0/0]
/Users/mdurrant/.tmux.conf:25: unknown option: mouse-select-pane
/Users/mdurrant/.tmux.conf:26: unknown option: mouse-resize-pane
/Users/mdurrant/.tmux.conf:27: unknown option: mouse-select-window
したがって、コメントアウトする必要がありますが、私のマウスはtmuxで動作しません。これは苦痛です。
tmuxを使用してiTerm2でマウスを有効にするにはどうすればよいですか?
これは他のMacでも動作します。
tmuxバージョン2.1を使用します。
mouse on
設定するには、以下:The default key bindings allow the mouse to be used to select and resize panes, to copy text and to change window using the status line.
、それは設定の同等ですのでmouse-select-pane
、mouse-resize-pane
およびmouse-select-window
などon
。おそらく元の構成に十分近い。ただし、まったく同じではありません。