From df08ddeaf59cc63a8a185813cceff79c66e16cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Fri, 16 Jun 2023 10:29:33 +0200 Subject: [PATCH] feat(tmux): fix italics inside tmux --- tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index ef924be..904fa40 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,11 +1,11 @@ -set -ga terminal-overrides ",xterm-256color:Tc" -set-option -g default-terminal "screen-256color" +set -g default-terminal "xterm-256color" +set -ag terminal-overrides ",xterm-256color:RGB" + set -s escape-time 0 unbind C-b set-option -g prefix C-s bind-key C-s send-prefix -# set -g status-style 'bg=#333333 fg=#5eacd3' bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf" set -g base-index 1