Revert last commit, it stopped scrolling working properly
This commit is contained in:
parent
927aa72319
commit
320b2e6b6c
1 changed files with 1 additions and 4 deletions
|
@ -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"
|
|
||||||
|
|
Loading…
Reference in a new issue