added backwards compatibility for mouse option through writing mouse-mode instead of mouse

This commit is contained in:
Stefan Friese 2024-05-06 12:22:33 +02:00
parent 734b972df0
commit c441106885
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -g default-terminal xterm-256color set -g default-terminal xterm-256color
set -ga terminal-overrides ",*256col*:Tc" set -ga terminal-overrides ",*256col*:Tc"
set -g mouse on set -g mouse-mode on
bind r source-file ~/.tmux.conf \; display "Configuration Reloaded!" bind r source-file ~/.tmux.conf \; display "Configuration Reloaded!"
set -s escape-time 0 set -s escape-time 0
setw -g aggressive-resize on setw -g aggressive-resize on