Linux

Tmux Mouse Scrolling Issue Fix

Enable mouse scroll

Edit ~/.tmux.conf add the below line

set -g terminal-overrides 'xterm*:smcup@:rmcup@'

If you have opened sessions for this to have effect run the below command in tmux

:source-file ~/.tmux.conf

Leave a comment