diff --git a/roles/home-cli/files/tmux.conf b/roles/home-cli/files/tmux.conf index ab5b35f..108df62 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 "tmux-256color" set-option -g display-panes-time 5000 -set-option -g mouse on +set-option -g mouse off set-option -g pane-base-index 1 set-option -g status-right '' set-window-option -g xterm-keys on