set -s escape-time 0 set -g default-terminal "screen-256color" if -F "#{==:#{session_windows},1}" "set -g status off" "set -g status on" set-hook -g window-linked 'if -F "#{==:#{session_windows},1}" "set -g status off" "set -g status on"' set-hook -g window-unlinked 'if -F "#{==:#{session_windows},1}" "set -g status off" "set -g status on"' set -g status-position "top"