update tmux settings to be better

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-07-16 11:33:42 -05:00
parent 2fc1f3e897
commit 839d3f9314

View file

@ -54,6 +54,7 @@ bind C-d detach
# ========== # ==========
# My options # My options
set -g default-terminal "xterm-256color"
set-option -g terminal-overrides ',xterm-256color:RGB' set-option -g terminal-overrides ',xterm-256color:RGB'
set-option -sa terminal-features ',xterm:LRGB' set-option -sa terminal-features ',xterm:LRGB'
set -g detach-on-destroy off set -g detach-on-destroy off
@ -61,5 +62,7 @@ set -g renumber-windows on
set -g status-position top set -g status-position top
set -sg escape-time 0 set -sg escape-time 0
set -g xterm-keys on set -g xterm-keys on
set-option -g set-titles on
set-option -g set-titles-string "tmux: #S - #W"
set-option -g focus-events on set-option -g focus-events on