diff --git a/roles/home-cli/files/tmux.conf b/roles/home-cli/files/tmux.conf index 61940aa..b3dabaa 100644 --- a/roles/home-cli/files/tmux.conf +++ b/roles/home-cli/files/tmux.conf @@ -7,7 +7,7 @@ set-option -g base-index 1 set-option -g default-command "$SHELL" set-option -g default-terminal "xterm-256color" 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 status-right '' set-option -gq terminal-features "256:utf-8"