From fb8c67c4445dfd685a1a83aaf188dda6c0357b67 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 11 Sep 2019 21:47:12 -0400 Subject: Set tmux title --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 40ef438..d1b3dc0 100644 --- a/tmux.conf +++ b/tmux.conf @@ -72,6 +72,9 @@ set -g status-right "#[fg=green,bg=black] #(whoami)@#h|m:#(sh $HOME/.tmux_helper set -g status-right-length 40 set -g window-status-format "#I:#W#F" +set -g set-titles on +set -g set-titles-string "tmux: #{session_name} [#I]#{window_name} -- #T" + # If you still want to select text out of the terminal as you normally would # You should hold the shift key ( Linux ) Option/Alt works in iTerm2 on MacOS -- cgit v1.2.3