12

The mouse scroll wheel does not work when not in copy mode. I'm not sure whether it is supposed to be working then? When in copy mode, the scroll wheel does work. The problem is that I still need to enter copy mode manually. Is it possible to enter copy mode upon mouse wheel activity? I am using gnome-terminal and the CVS version of tmux. These are my relevant settings:

set -g mouse-select-pane on
setw -g mode-mouse on
2
  • 1
    Are you expecting the wheel to scroll the tmux buffer, or the program's window? (vim, for example, uses the wheel to scroll the document.) Commented Mar 5, 2011 at 19:21
  • I am expecting to scroll the tmux buffer. Commented Mar 5, 2011 at 19:47

1 Answer 1

11

In case people are still wondering, entering copy mode on mouse scroll is the default behaviour now in the development version of tmux.

1

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .