Add window title handling to tmux

This commit is contained in:
Trysdyn Black 2022-08-30 14:04:15 -07:00
parent 8391541ddc
commit 403d0c4822

View file

@ -7,7 +7,10 @@ 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
set-option -g set-titles-string "#W"
# %%base16_template: tmux##default %%
# default statusbar colors