Discussion:
tmux scrolling
Balazs Kezes
2014-10-19 18:50:54 UTC
Permalink
[+tmux-users]

Please be respectful of others and *keep* tmux-users posted! Try
pressing/clicking on reply-all in your email client.
here is my .tmux.conf
...
set -g mode-mouse off
You have disabled the mouse mode. Most probably your terminal emulator
converts your the mouse wheel events into up/down keys. Try enabling the
mouse mode to fix this or use a different terminal like xterm.
--
Balazs
Balazs Kezes
2014-10-21 21:09:18 UTC
Permalink
I tried setting set -g mode-mouse off, but when i open a new pane in
terminal, the shell output doesnt show all of it. Instead the whole
tmux screen moves up and down.
So what happens if you enable mode-mouse? Please do this in a clean a
tmux. Start it via "tmux -Ltest -f/" then issue "tmux set mode-mouse on"
and then "seq 1000" and start scrolling. What happens? Which terminal
are you using? Can you also check what happens in an xterm in your
setup?

Thanks!
--
Balazs
Loading...