tmux.conf: try if the world is ready for tmux-256color

Debian 9 and Ubuntu 18.04 should be and those are the systems I
encounter the most.
This commit is contained in:
Aminda Suomalainen 2019-07-23 11:24:45 +03:00
parent 1b25a25416
commit 8b23fb142f
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 4 additions and 4 deletions

View File

@ -23,10 +23,10 @@ set -g base-index 1
bind-key 0 select-window -t :10
# Terminal supports 256colors
# 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"
# Testing if the world is ready for tmux-256color. `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"
# Terminal emulator window titles
set -g set-titles on