blob: 1f73defcf9dfaedd8b308a82e2a1fb4cfd9e6200 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
set -g default-terminal "screen-256color"
set -g escape-time 0
# Begin numbering from 1
set -g base-index 1
setw -g pane-base-index 1
# Window status format
set-window-option -g window-status-format " #I: #W "
set-window-option -g window-status-current-format " #I: #W "
set-window-option -g window-status-current-style fg=green,bg=black
|