Sat, 19 Mar 2016 15:28:12 -0400
add set-titles
--- 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