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