From 69814640319d91cc1e6ff36b3595d66d7a9f8a53 Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Thu, 9 Aug 2018 11:38:44 -0400 Subject: [PATCH] Format correctly --- tmux/.tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 52e0dd0..739001a 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -6,8 +6,10 @@ set -sg escape-time 0 set -g default-terminal "screen-256color" # disable automatic window renaming +set-window-option -g status-interval 1 set-window-option -g automatic-rename on -#set-window-option -g allow-rename off +set-window-option -g automatic-rename-format "#{pane_current_command}" +set-window-option -g allow-rename off # window status setw -g window-status-format "#[bg=colour241,fg=colour233] #I #(basename #{pane_current_path})/#W "