default-terminal should be tmux-256color instead

This commit is contained in:
packetcat 2022-07-03 12:22:50 -04:00
parent 2906158d1d
commit d6ce5403cb
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ bind '"' choose-window
bind r source-file ~/.tmux.conf
# Set TERM to 256 colors
set -g default-terminal "screen-256color"
set -g default-terminal "tmux-256color"
# Start window numbering at 1
set -g base-index 1