better mouse scrolling

This commit is contained in:
Dict Xiong 2022-05-31 13:58:36 +08:00 committed by GitHub
parent 439ef015e5
commit 65546ae452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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@'