tmux: Update for newer version
This commit is contained in:
parent
cd13a05a01
commit
91b93d5b48
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@ set-option -g status-bg default
|
||||||
set-option -g status-fg green
|
set-option -g status-fg green
|
||||||
set-option -g status-right ""
|
set-option -g status-right ""
|
||||||
set-option -g status-left ""
|
set-option -g status-left ""
|
||||||
set-option -g message-bg default
|
# set-option -g message-bg default
|
||||||
set-option -g message-fg green
|
# set-option -g message-fg green
|
||||||
|
set-option -g message-style bg=default,fg=green
|
||||||
set-option -g status-justify centre
|
set-option -g status-justify centre
|
||||||
set -s escape-time 0
|
set -s escape-time 0
|
||||||
# start with window 1
|
# start with window 1
|
||||||
|
|
Loading…
Reference in a new issue