From 7efcf426dc1fcc46585101517993a9786976790b Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Tue, 16 Jul 2019 13:55:03 +0200 Subject: [PATCH] [tmux] Set title for every tab --- home/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.tmux.conf b/home/.tmux.conf index ea7012d..d2f6a57 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -56,6 +56,8 @@ set -g visual-activity on set-window-option -g window-status-current-format "#[fg=red]❲#[fg=white]#I#F  #W#[fg=red]❳" set-option -gw xterm-keys on +set-option -g set-titles on + set-option -g status-bg colour235 set-option -g status-fg colour136 set-option -g display-panes-active-colour colour33