TMUX Scrolling with Mouse
# Add these in ~/.tmux.conf
set -g mouse on #For tmux version 2.1 and up set -g @scroll-down-exit-copy-mode "off" set -g terminal-overrides 'xterm*:smcup@:rmcup@' # Sane scrolling
# RELOAD the conf file:
# tmux source-file ~/.tmux.conf
# If you get Error: protocol version mismatch (client 8, server 7)
# sudo killall -9 tmux
# If conf error, make sure you have tmux version >2.1
# tmux -V
# Update tmux. Ex: sudo yum install tmux
No comments:
Post a Comment