컴퓨터를 재설정했는데 이제 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
. 아마도 원래 구성에 충분히 가까울 것입니다. 정확히 동일하지는 않습니다.