remove mode from mouse-mode because it breaks compatibility with newer tmux versions
This commit is contained in:
parent
c441106885
commit
00e65be9cd
|
@ -3,7 +3,7 @@
|
|||
set -g default-terminal xterm-256color
|
||||
set -ga terminal-overrides ",*256col*:Tc"
|
||||
|
||||
set -g mouse-mode on
|
||||
set -g mouse on
|
||||
bind r source-file ~/.tmux.conf \; display "Configuration Reloaded!"
|
||||
set -s escape-time 0
|
||||
setw -g aggressive-resize on
|
||||
|
|
Loading…
Reference in New Issue