tries to fix tmuxinator ride layout
This commit is contained in:
parent
4059eb1b8c
commit
2a15e94d7b
2 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@
|
|||
set -g status-style bg=#1d202f,fg=white
|
||||
set -g status-left ""
|
||||
set -g status-right "#[bg=default,fg=magenta]>> #S << #[bg=default,fg=white]#H "
|
||||
set-window-option -g window-status-style 'fg=magenta,bg=black'
|
||||
set-window-option -g window-status-style 'fg=magenta,bg=#1d202f'
|
||||
set-window-option -g window-status-format ' #I #[fg=white]#W #[fg=cyan]#F '
|
||||
set-window-option -g window-status-current-style "fg=black,bg=magenta"
|
||||
set-window-option -g window-status-current-format " #I #W #F "
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@ windows:
|
|||
layout: even-vertical
|
||||
panes:
|
||||
- clear
|
||||
- db_staging:
|
||||
- db-stg:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- dbui_stg
|
||||
- db_production:
|
||||
- db-prod:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- dbui_prod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue