Fix colors and OSC passthru for tmux

This commit is contained in:
Trysdyn Black 2025-07-09 10:05:32 -07:00
parent a3b5a4347c
commit a66cd5cad5

View file

@ -1,12 +1,12 @@
# Enable 256-color
set -g default-terminal "tmux-256color"
# Allow true color regardless of terminal
set-option -ag terminal-features ",*:RGB"
# Enable passthru
set-option -g allow-passthrough all
# Renumber things when a window is closed
set-option -g renumber-windows on
# Add truecolor support (tmux info | grep Tc)
set-option -ga terminal-overrides ",xterm-256color:Tc"
# Interit term title from active tmux pane title
set-option -g allow-rename on
set-option -g set-titles on