From 7aa4d072ff90511d2842f931b41830de52365d67 Mon Sep 17 00:00:00 2001 From: boggs <6130147+b-ggs@users.noreply.github.com> Date: Fri, 15 Mar 2024 22:58:51 +0800 Subject: [PATCH] Attempt to go back to tmux-256color --- tmux/.tmux.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b645f17..3974fa5 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -17,12 +17,8 @@ STATUS_OFF="DISABLED" # General settings # ################ -# Add proper 256-color support -# https://gist.github.com/b-ggs/b917c4c97777ac0f93f71eb14fe5091e -# But use screen-256color instead because it causes issues with git on macOS -# https://github.com/tmux/tmux/issues/2262#issuecomment-640086058 -set -g default-terminal "screen-256color" -set -ag terminal-overrides ",xterm-256color:RGB" +# Support for 256 colors and italics +set -g default-terminal "tmux-256color" # Use $SHELL as default set -g default-shell $SHELL # Xterm keys