From 5a43fdd389655545625e17dc5eddd12309fff070 Mon Sep 17 00:00:00 2001 From: Riku Takeuchi Date: Sun, 9 Nov 2025 14:14:40 +0900 Subject: [PATCH] feat: rename tmux pane --- roles/cui/templates/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/cui/templates/.tmux.conf b/roles/cui/templates/.tmux.conf index d9f1196..07fe4a3 100644 --- a/roles/cui/templates/.tmux.conf +++ b/roles/cui/templates/.tmux.conf @@ -21,3 +21,6 @@ set -g status-bg black # set-window-option -g mode-keys vi # set-window-option -g mouse on + +set-option -g automatic-rename on +set-option -g automatic-rename-format '#{b:pane_current_path}:#{pane_current_command}'