Tôi đã thiết lập lại máy tính của mình và bây giờ tmux đang phàn nàn về việc tôi .tmux.conf
có các chỉ thị này:
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"
với những lỗi này:
/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
Vì vậy, tôi phải nhận xét chúng, nhưng sau đó chuột của tôi không hoạt động trong tmux, đó là một nỗi đau.
Làm cách nào tôi có thể kích hoạt chuột trong iTerm2 bằng tmux?
Điều này hoạt động trên máy Mac khác của tôi.
Tôi sử dụng phiên bản tmux 2.1.
mouse on
Cấu hình như sau: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.
, do đó, nó tương đương với việc thiết lậpmouse-select-pane
,mouse-resize-pane
vàmouse-select-window
nhưon
. Có lẽ đủ gần với cấu hình ban đầu; mặc dù không hoàn toàn giống nhau