From fccaa217f1fa4da6c1b28189f95646e60ab3ebf8 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 10 Sep 2015 18:48:36 +0300 Subject: [PATCH] tmux.conf: set terminal titles --- conf/tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) 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}"