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 "