From d0842dc02010b274996985a8c4f37c262a535d3c Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 15 Aug 2018 15:23:23 +0100 Subject: [PATCH] Use tmux-256color to enable bold/italic terminfo --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 736f18e..6d643c0 100644 --- a/tmux.conf +++ b/tmux.conf @@ -19,7 +19,7 @@ set -g display-time 4000 set -g status-interval 5 # Upgrade $TERM -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" # Focus events enabled for terminals that support them set -g focus-events on