diff --git a/.tmux.conf b/.tmux.conf index ede363d..4e5f96d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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