From 8b23fb142f386f9c80545a7c9d7dc347f75c04c1 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 23 Jul 2019 11:24:45 +0300 Subject: [PATCH] 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. --- conf/tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/tmux.conf b/conf/tmux.conf index 2f8e7fda..d9bb7197 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -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