From: Samir Benmendil Date: Sat, 1 May 2021 13:53:54 +0000 (+0100) Subject: tmux: enable true color for kitty terminals X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/d8849ea6ef114f897b0c8be1864951891c1047f2 tmux: enable true color for kitty terminals --- diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8184f53..45283b9 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,4 +1,6 @@ set -g default-terminal "tmux-256color" +# enable true color for kitty +set -ag terminal-overrides ",xterm-kitty:Tc" set -g set-titles on set -g mode-keys vi