diff options
Diffstat (limited to '.config/tmuxinator')
| -rw-r--r-- | .config/tmuxinator/ee.yml (renamed from .config/tmuxinator/katee.yml) | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/.config/tmuxinator/katee.yml b/.config/tmuxinator/ee.yml index a75571f..aa023ae 100644 --- a/.config/tmuxinator/katee.yml +++ b/.config/tmuxinator/ee.yml @@ -1,7 +1,7 @@ -# /Users/a14m/.config/tmuxinator/katee.yml +# /Users/a14m/.config/tmuxinator/ee.yml -name: katee -root: ~/Work/Springer/ee-katee/ +name: ee +root: ~/Work/Springer/ # Optional tmux socket # socket_name: foo @@ -45,11 +45,19 @@ root: ~/Work/Springer/ee-katee/ # attach: false windows: - - server: + - ee-katee: layout: even-horizontal # Synchronize all panes of this window, can be enabled before or after the pane commands run. # 'before' represents legacy functionality and will be deprecated in a future release, in favour of 'after' # synchronize: after panes: - - - - + - cd ee-katee + - cd ee-katee + - ee-k8s-infra: + layout: even-horizontal + # Synchronize all panes of this window, can be enabled before or after the pane commands run. + # 'before' represents legacy functionality and will be deprecated in a future release, in favour of 'after' + # synchronize: after + panes: + - cd ee-k8s-infra + - cd ee-k8s-infra |
