diff options
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r-- | .config/tmux/tmux.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 45d6519..7227e31 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,6 @@ setw -g mouse on set-option -ga terminal-overrides ",foot:Tc" +set-option -ga terminal-overrides ",xterm-256color:Tc" setw -g mode-keys vi set -g history-limit 10000 set -sg escape-time 50 @@ -13,7 +14,5 @@ set -g status-position bottom set -g status-right-length 100 set -g status-right "#(echo $USER)@#(uname -n) | #(date -d now '+%a/%b/%Y %R') " -#set -g default-terminal "tmux-256color" -#set-option -sa terminal-overrides ",xterm*:Tc" bind-key b set-option status |