8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
# set colors
|
|
set status-bg magenta
|
|
set status-fg black
|
|
# rebind the dumb prefix key
|
|
unbind C-b
|
|
set-option -g prefix C-t
|
|
bind-key C-t send-prefix
|