# HG changeset patch # User Meredith Howard # Date 1458415692 14400 # Node ID 5fbd5271c9dda061be63116adafe3693f3c3df50 # Parent 54da53978ffbc9af99b3ddcfb5e8a8089515e9a2 add set-titles diff --git a/.tmux.conf b/.tmux.conf --- a/.tmux.conf +++ b/.tmux.conf @@ -178,5 +178,8 @@ set -g window-active-style bg=colour232 set -g status-bg colour235 set -g status-fg cyan +set -g set-titles on +set -g set-titles-string "#h(#S)" + source ~/.tmux.conf.local