Set title from tmux so it's easier to use with multiple servers

This commit is contained in:
David Heinemeier Hansson
2026-07-04 11:44:39 -07:00
parent 1e996609a0
commit 09a189e49f
+2
View File
@@ -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"