Tmux scrolling with shift-pageup/down
Put this in your .tmux.conf to enable scrolling using the Shift-PageUp/Down keys:
set -g terminal-overrides 'xterm*:smcup@:rmcup@'

Put this in your .tmux.conf to enable scrolling using the Shift-PageUp/Down keys:
set -g terminal-overrides 'xterm*:smcup@:rmcup@'