commit e4906652549ba5ca6f6a9a30a7fc93c5df533625
parent 9a78b30c58a2563b79f8d73ddfaa4cffebbd526c
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Thu, 12 Jul 2018 19:02:09 +0200
Enable automatic renaming of windows
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tmux.conf b/tmux.conf
@@ -67,10 +67,10 @@ set -g status-fg white
########################### windows #############################
#################################################################
-# disable automatically renaming of window names
+# automatically renaming of window names
-set-window-option -g automatic-rename off
-set-option -g allow-rename off
+set-window-option -g automatic-rename on
+set-option -g allow-rename on
##################################################################
####################### panes ####################################