From f23f7a7852784fff13006294810c768b9c089fb4 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Mon, 15 Mar 2021 07:45:53 +0100 Subject: [PATCH] Modify tmux pane renaming --- tmux/tmux.conf.symlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index 7094f19..93b3989 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -40,7 +40,7 @@ bind = select-layout tiled set-option -g set-titles on set-option -g set-titles-string "#T - #W" - set-window-option -g automatic-rename on +set-window-option -g automatic-rename on ###################### #### Key Bindings ####