-set -g status-right "#[bg=colour33]#[fg=colour255]#[fg=colour232]#[bg=colour232]#[fg=colour149]#(date '+%H:%M %Y-%m-%d')"
-set -g terminal-overrides 'xterm*:smcup@:rmcup@'
-set -g default-terminal "screen-256color"
-
-# Rather than constraining window size to the maximum size of any client
-# connected to the *session*, constrain window size to the maximum size of any
-# client connected to *that window*. Much more reasonable.
-setw -g aggressive-resize on
-
-# Allows us to use C-a a <command> to send commands to a TMUX session inside
-# another TMUX session
-bind-key a send-prefix
-
-# Highlight active window
-set-window-option -g window-status-current-format '#[bg=colour33]#[fg=colour255] #I #W '
-# set scroll back history limit
-set-option -g history-limit 10000
-
-## set status bar
-# set-option -g status-utf8 on
-set-option -g status-interval 1
-
-set-option -g status-right-length 100
-set-option -g status-left-length 120
-
-## set window notifications
-set-option -g visual-activity on
-
-## set-option -g visual-content on
-set-window-option -g monitor-activity off
-set-window-option -g automatic-rename off