diff options
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index a81924c..45d6519 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,5 @@ setw -g mouse on -set -g default-terminal "screen-256color" +set-option -ga terminal-overrides ",foot:Tc" setw -g mode-keys vi set -g history-limit 10000 set -sg escape-time 50 |