From f8e532f138a98d0c4efa00961c5b0c115bcc8b61 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 26 Sep 2025 17:32:15 +0000 Subject: [PATCH] Add tmux window title information --- configs/tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/tmux/tmux.conf b/configs/tmux/tmux.conf index 9828b10..51eb892 100644 --- a/configs/tmux/tmux.conf +++ b/configs/tmux/tmux.conf @@ -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}"