Add window title handling to tmux
This commit is contained in:
parent
8391541ddc
commit
403d0c4822
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue