diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a6936da..5c10787 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -34,8 +34,8 @@ bind-key m command-prompt -p "send pane to:" "join-pane -t :'%%'" set -s escape-time 0 # True color support -# set -g default-terminal "tmux-256color" -# set-option -ga terminal-overrides ",*256col*:Tc" +set -g default-terminal "tmux-256color" +set-option -ga terminal-overrides ",*256col*:Tc" # Allow OSC 11 background queries to pass through set -g allow-passthrough on