let's try tmux-256color in terminal-overrides

This commit is contained in:
packetcat 2022-07-03 16:59:06 -04:00
parent e9d12b1600
commit ae70f77b4e
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ bind r source-file ~/.tmux.conf
set -g default-terminal "tmux-256color"
# 24 bit colors
set -ga terminal-overrides ",xterm-256color:Tc"
set -ga terminal-overrides ",tmux-256color:Tc"
# Start window numbering at 1
set -g base-index 1