diff --git a/Configs/Tmux/tmux.conf b/Configs/Tmux/tmux.conf index 2fa8c85..a9b9c5d 100644 --- a/Configs/Tmux/tmux.conf +++ b/Configs/Tmux/tmux.conf @@ -20,3 +20,8 @@ bind -n M-Right select-pane -R bind -n M-Up select-pane -U bind -n M-Down select-pane -D +###################################################################### +# Enable full color support +###################################################################### +set -g default-terminal "tmux-256color" +set -ga terminal-overrides ",*256col*:Tc"