From 2ac002187595fe3560fd89b63c17e7c2d24cd9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 13 Mar 2025 20:07:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(tmux):=20some=20issues=20whe?= =?UTF-8?q?n=20rendering=20text=20inside=20kitty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/conf/options.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/tmux/conf/options.conf b/.config/tmux/conf/options.conf index ad33cd43..bf9164aa 100644 --- a/.config/tmux/conf/options.conf +++ b/.config/tmux/conf/options.conf @@ -2,8 +2,10 @@ set -g mouse on # Theming and layout -set-option -g default-terminal screen-256color +set -g default-terminal "${TERM}" set -g status-position top +set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' +set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # Windows and panes set -g base-index 1