blob: c7b5cf74d4dc3d8db4a47cf9dc9ae782ef1d83db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
setw -g utf8 on
setw -g automatic-rename on
setw -g clock-mode-style 24
setw -g monitor-activity on
set -g bell-action any
set -g status-bg black
set -g status-fg white
set -g status-left '#H'
set -g prefix C-a
bind Tab down-pane
bind e split-window
|