fixed tmux color

This commit is contained in:
David Chen 2021-12-15 23:47:27 -05:00
parent e45675d426
commit 583cb4a218

View file

@ -1,8 +1,8 @@
# cat << EOF > /dev/null
# -- general
set -g default-terminal 'tmux-256color'
set -ga terminal-overrides ',xterm-256color:RGB'
set-option -sa terminal-overrides ",xterm*:Tc"
set-option -ga terminal-overrides ",xterm-256color:Tc"
setw -g xterm-keys on
set -s escape-time 0
set -sg repeat-time 300
@ -261,3 +261,7 @@ set-option default-path "$PWD"
# }
#
# "$@"
# Fig Tmux Integration: Enabled
source-file ~/.fig/tmux
# End of Fig Tmux Integration