From 70b0241da9f7542f98aa7534928bd61e97f06bb2 Mon Sep 17 00:00:00 2001 From: zegonix Date: Mon, 8 Jun 2026 09:15:16 +0200 Subject: [PATCH] (tmux) fix italic->highlighted on void linux --- tmux/.config/tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 7e25e31..2c9dba8 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -2,7 +2,8 @@ # use interactive shell instead of login shell set-option -g default-command "/bin/bash" -# enable rgb colors +# configure terminal +set -g default-terminal "tmux-256color" set -ag terminal-overrides ",*:RGB" # enable mouse support