tmux: fix config synatx
This commit is contained in:
parent
1f83da3b74
commit
36601f05a7
14
.tmux.conf
14
.tmux.conf
@ -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]'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user