I've been looking around and people say that putting
set -g mouse-mode on
should let you scroll through the terminal output when running tmux. However, after both putting this in my ~/.tmux.conf
file and saying tmux set -g mouse-mode on
when in a tmux session, nothing changes. When I scroll I still get outside of tmux like scrolling in vim with default settings.
Anyone know why this is?
mode-mouse
in the old version – hyiltiz