diff --git a/.tmux.conf2 b/.tmux.conf2 index 132dec7..5ffeff8 100644 --- a/.tmux.conf2 +++ b/.tmux.conf2 @@ -48,3 +48,6 @@ set -g window-status-bell-style fg=colour237,bg=colour214 set -g pane-active-border-style fg=brightblue set -g window-style fg=colour248 set -g window-active-style fg=white + +# better mouse scrolling. see: https://superuser.com/questions/1622812/mouse-scrolling-in-mobaxterm-tmux +set -g terminal-overrides 'xterm*:smcup@:rmcup@' \ No newline at end of file