This commit is contained in:
Joey Yakimowich-Payne 2023-05-31 09:49:49 -06:00
commit 440a3d2114
No known key found for this signature in database
GPG key ID: CC55F39D665E964D
2 changed files with 8 additions and 6 deletions

View file

@ -12,7 +12,8 @@
set-option -s default-terminal "tmux-256color"
set-option -sa terminal-overrides ",xterm-256color:RGB"
set-option -sa terminal-overrides ",xterm-255color*:Tc"
set -ga terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q'
set -ga terminal-overrides ',*:Tc'
set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q'
# Default terminal is 256 colors
#set -g default-terminal "screen-256color" # colors!