diff --git a/conf/tmux.conf b/conf/tmux.conf index 6f2824d2..c9427479 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -32,6 +32,11 @@ bind-key 0 select-window -t :10 # to. set -g default-terminal "screen-256color" +# Terminal emulator window titles +set -g set-titles on +# Set window title to "current window name — hostname" +set -g set-titles-string "#W — #H" + # Start non-login shell set -g default-command "${SHELL}"