Thanks for posting the .tmux.conf link. Modified the window decorator line as sometimes you can't always tell which pane you are in:
set-option -g set-titles-string '#(whoami)@#H session: #S window: #I-#W pane: #P'
Also noticed that the status right only updates the time if you perform a tmux op.
Thanks for posting the .tmux.conf link. Modified the window decorator line as sometimes you can't always tell which pane you are in:
set-option -g set-titles-string '#(whoami)@#H session: #S window: #I-#W pane: #P'
Also noticed that the status right only updates the time if you perform a tmux op.