3

How do you make mouse-wheel scrolling in tmux work with programs such as less and man? It will work properly with emacs and vi/vim in xterm mouse mode, but less doesn't.

EDIT

Is there a way to have tmux pass through all mouse input to the program running in the session? e.g. clicking and dragging would go to the running program (like vim) instead of entering copy-select mode?

1

1 Answer 1

0

I just tested tmux with less, vim and man on OS X 10.11 and Ubuntu 15.04. By default they all accept mouse scroll. Even connected via the terminal they work. Try sudo apt-get update. But if vim works, then the signal is getting to the app from the mouse.

1
  • What is your tmux configuration for OS X/macOS?
    – anishpatel
    Commented Apr 4, 2018 at 4:50

You must log in to answer this question.

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