From 8c1f992e7663581ad45bc528313ff05c1d5266fa Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Thu, 27 Jul 2017 09:53:46 +0200 Subject: [PATCH] tmux: set session name in terminal title --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 05b7411..f755e95 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,3 +1,6 @@ +set -g set-titles on +set -g set-titles-string "tmux.#S" + set-option -g status-bg black set-option -g status-fg white