diff --git a/.tmux.conf b/.tmux.conf index 71e6367..e52945a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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