From b9afaea34d2684d8d62b6d6040a4e072c544e41a Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 23 Oct 2018 15:56:53 -0700 Subject: [PATCH] Add true-color override to default-terminal This change enables True Color in tmux, without having to patch the terminfo database. --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index f880154..42e3940 100644 --- a/tmux.conf +++ b/tmux.conf @@ -5,6 +5,8 @@ bind-key C-q send-prefix # Use 256 color mode set-option -g default-terminal "screen-256color-bce" +# Allow true color capability +set-option -ga terminal-overrides ",screen-256color-bce:Tc" # Set the Esc/Alt disambiguation timeout to 50ms # The default is 500ms, which makes vim kind of painful