Skip to content

Commit

Permalink
Attempt to go back to tmux-256color
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Mar 15, 2024
1 parent 6b6c408 commit 7aa4d07
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7aa4d07

Please sign in to comment.