From 57c4983148c983febf42b345c341ea733532b6ed Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 21 Jan 2026 17:51:44 +0100 Subject: [PATCH] Changed terminfo so italics etc work in nvim --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 1387a31..cb1dbf7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -2,9 +2,9 @@ set -g bell-action any # Default termtype. If the rcfile sets $TERM, that overrides this value. -set -g default-terminal tmux-256color-italic +set -g default-terminal "tmux-256color" #set -g terminal-overrides ',tmux-256color-italic:Tc' -set -ga terminal-overrides ',*256col*:Tc' +set -ga terminal-overrides ',*256col*:Tc:RGB' # Keep your finger on ctrl, or don't bind-key ^D detach-client