From 1b25a25416a2d74fcd25bb1ce9549df7ff13b239 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 23 Jul 2019 10:51:47 +0300 Subject: [PATCH] tmux.conf: add a note on infocmp tmux-256color --- conf/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/tmux.conf b/conf/tmux.conf index ef8a0bbd..2f8e7fda 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -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"