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