# Attempt to set the client terminal title
set-option -g set-titles on
# Terminal emulator window title
-set-option -g set-titles-string 'tmux #S.#I.#P #W #T' # session, window number, pane number, window name, title
+set-option -g set-titles-string 'tmux #S.#I.#P #T' # session, window number, pane number, title
set-option -g message-bg black
set-option -g message-fg white
# set-option -g status-interval 5
# set-option -g status-right '%H:%M'
-set-option -g status-right '#T'
+set-option -g status-right ''
# Increase scrollback lines
set-option -g history-limit 1000