]> git.rmz.io Git - dotfiles.git/commitdiff
tmux: enable true color for kitty terminals
authorSamir Benmendil <me@rmz.io>
Sat, 1 May 2021 13:53:54 +0000 (14:53 +0100)
committerSamir Benmendil <me@rmz.io>
Sat, 1 May 2021 13:53:54 +0000 (14:53 +0100)
tmux/tmux.conf

index 8184f5377a8495fdd3855226c9227af8fa37c348..45283b9c3087dd15d984d7672f6be77869d25f83 100644 (file)
@@ -1,4 +1,6 @@
 set -g default-terminal "tmux-256color"
 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
 set -g set-titles on
 
 set -g mode-keys vi