Enable mouse in tmux

This commit is contained in:
Anthony Rose 2022-09-08 10:17:41 +01:00
parent 26ed692c3e
commit 97e9200841

View file

@ -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"