From 09a189e49f08f80c11c7575add9519c5a1d89c66 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 4 Jul 2026 11:44:39 -0700 Subject: [PATCH] Set title from tmux so it's easier to use with multiple servers --- config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 720e9e08..7e38fb1f 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -89,6 +89,8 @@ set -g status-right-length 50 set -g window-status-separator "" set -gw automatic-rename on set -gw automatic-rename-format '#{b:pane_current_path}' +set -g set-titles on +set -g set-titles-string '#h:#W' # Theme set -g status-style "bg=default,fg=default"