Handle mouse scrolling in tmux
This commit is contained in:
parent
64bfc04c5c
commit
6c0dc01d70
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +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
|
||||||
|
|
Loading…
Reference in a new issue