tmux.conf: add a note on infocmp tmux-256color

This commit is contained in:
Aminda Suomalainen 2019-07-23 10:51:47 +03:00
parent 93fa7a003c
commit 1b25a25416
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ set -g base-index 1
bind-key 0 select-window -t :10
# Terminal supports 256colors
# the world isn't ready for tmux-256color yet.
# the world isn't ready for tmux-256color yet. `infocmp tmux-256color` can
# be used to see if the current system is.
#set -g default-terminal "tmux-256color"
set -g default-terminal "screen-256color"