blob: 9f61e3759bfff00d80234050552bfcc899364a9f (
plain)
1
2
3
4
5
6
7
8
|
set -s escape-time 0
set -g default-terminal "screen-256color"
set -g mouse on
set -g status off
set-hook -g window-linked 'if -F "#{==:#{session_windows},1}" "set status off" "set status on"'
set-hook -g window-unlinked 'if -F "#{==:#{session_windows},1}" "set status off" "set status on"'
set -g status-position "top"
|