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