Revert last commit, it stopped scrolling working properly

This commit is contained in:
Anthony Rose 2020-04-28 08:54:59 +01:00
parent 927aa72319
commit 320b2e6b6c

View file

@ -7,10 +7,7 @@ set -g base-index 1
set -g default-command "$SHELL" set -g default-command "$SHELL"
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
set -g display-panes-time 5000 set -g display-panes-time 5000
set -g mouse on
set -g pane-base-index 1 set -g pane-base-index 1
set -g status-right '' set -g status-right ''
set-window-option -g xterm-keys on set-window-option -g xterm-keys on
# RHEL 7 still ships with version 1.8
if-shell -b '[ "$(echo "$TMUX_VERSION >= 2.1" | bc)" = 1 ]' \
"set -g mouse on"