How to enable scrolling in tmux panels with mouse wheel? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Need to enable scrolling into tmux panels with mouse wheel. How can I get that tips? Can I use it (if its exist of course) with mouse-select-pane on option? 回答1: Origin Answer (deprecated) Try this: setw -g mode-mouse on It can be used with the mouse-select-pane on and mouse-select-window on options. Update