Add tmux window title information

This commit is contained in:
Eli Ribble 2025-09-26 17:32:15 +00:00
parent dcc294e979
commit f8e532f138

View file

@ -20,3 +20,7 @@ set -g renumber-windows on
# Set up the window visuals
set -g window-status-style bg=yellow
set -g window-status-current-style bg=red,fg=white
# Set the window title
set-option -g set-titles on
set-option -g set-titles-string "#{host} #{window_name} #{pane_title}"