Enable mouse in tmux
This commit is contained in:
parent
26ed692c3e
commit
97e9200841
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ set-option -g base-index 1
|
||||||
set-option -g default-command "$SHELL"
|
set-option -g default-command "$SHELL"
|
||||||
set-option -g default-terminal "xterm-256color"
|
set-option -g default-terminal "xterm-256color"
|
||||||
set-option -g display-panes-time 5000
|
set-option -g display-panes-time 5000
|
||||||
set-option -g mouse off
|
set-option -g mouse on
|
||||||
set-option -g pane-base-index 1
|
set-option -g pane-base-index 1
|
||||||
set-option -g status-right ''
|
set-option -g status-right ''
|
||||||
set-option -gq terminal-features "256:utf-8"
|
set-option -gq terminal-features "256:utf-8"
|
||||||
|
|
Loading…
Reference in a new issue