diff --git a/dot_tmux.conf b/dot_tmux.conf index 780dd75..8fb1aa1 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -87,6 +87,9 @@ setw -g automatic-rename on # rename window to reflect current program set -g renumber-windows on # renumber windows when a window is closed set -g set-titles on # set terminal title +# Title = session name (shown as kitty tab title); append @host when the +# session is attached over SSH, e.g. "reviews@mini". +set -g set-titles-string "#{?SSH_CONNECTION,#S@#h,#S}" set -g display-panes-time 800 # slightly longer pane indicators display time set -g display-time 1000 # slightly longer status messages display time