From 403d0c4822bf7285b8c3108a35b044c043c2b67a Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Tue, 30 Aug 2022 14:04:15 -0700 Subject: [PATCH] Add window title handling to tmux --- .tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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