From aa9406f5a01b798db5ada94e0e2ea4eb11bf5b2c Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 6 Mar 2014 16:48:42 -0600 Subject: [PATCH] Adding tmux session title to the process name --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 25cc302..ef3818d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -32,7 +32,7 @@ set-option -g status-keys vi # Terminal TitlesĀ¬ set -g set-titles on -set -g set-titles-string "#H" +set -g set-titles-string "#H (#S)" set -g default-terminal "screen-256color"