tmux: fix config synatx

This commit is contained in:
Mathieu Maret 2019-05-07 11:55:00 +02:00
parent 1f83da3b74
commit 36601f05a7
1 changed files with 5 additions and 9 deletions

View File

@ -69,17 +69,13 @@ set-option -g status-bg black
set-option -g status-fg white
set-option -g status-left-length 40
set-option -g pane-active-border-fg green
set-option -g pane-active-border-bg black
set-option -g pane-border-fg white
set-option -g pane-border-bg black
set-option -g pane-active-border-style fg=green,bg=black
set-option -g pane-border-style fg=white,bg=black
set-option -g message-fg black
set-option -g message-bg green
set-option -g message-style fg=black,bg=green
setw -g window-status-bg black
setw -g window-status-current-fg green
#setw -g window-status-flagged-fg yellow
setw -g window-status-style bg=black
setw -g window-status-current-style fg=green
set -g status-left '#[fg=red]#H#[fg=green]:#[fg=white]#S #[fg=green]][#[default]'