From 0aa2c85ea97d89544825a232eef13d05b96b0aa4 Mon Sep 17 00:00:00 2001 From: whitney Date: Tue, 10 Sep 2024 22:04:43 -0700 Subject: [PATCH] Change tab naming --- tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f9deda5..61b5c15 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -10,6 +10,8 @@ set -g set-titles-string '#W - tmux' set-option -g base-index 1 set-option -g window-status-style "bg=#1b1f32,fg=#9094a7" set-option -g window-status-current-style "bg=#1b1f32,fg=#67c9e4,bold" +set -g automatic-rename on +set -g automatic-rename-format "#{pane_current_command}" # Pane set -g pane-base-index 1