From e1bfb7093e35c8fcbdcb3adb248ee203217ce76c Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 23 Jan 2014 18:24:33 +0000 Subject: [PATCH] Changing tmux titles to hostname --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.conf b/tmux.conf index df939f1..127c4a7 100644 --- a/tmux.conf +++ b/tmux.conf @@ -27,6 +27,10 @@ bind C-a last-window set-window-option -g mode-keys vi # vi key set-option -g status-keys vi +# Terminal TitlesĀ¬ +set -g set-titles on +set -g set-titles-string "#H" + set -g default-terminal "screen-256color" # Unicode