Handle mouse scrolling in tmux

This commit is contained in:
Anthony Rose 2020-04-28 08:39:09 +01:00
parent 64bfc04c5c
commit 6c0dc01d70

View file

@ -7,6 +7,7 @@ set -g base-index 1
set -g default-command "$SHELL"
set -g default-terminal "screen-256color"
set -g display-panes-time 5000
set -g mouse on
set -g pane-base-index 1
set -g status-right ''
set-window-option -g xterm-keys on