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}'