diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-04-11 12:22:01 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-04-11 12:22:01 +0200 |
| commit | b86d9d5e92b188331bb37990d4cc45b2e042bd58 (patch) | |
| tree | f5e63b0e4dcc8f05a8c8734b527339deef899201 /.config | |
| parent | a0a3bd0f1e6dda174f2a1d1f45dda8400ace62f9 (diff) | |
Update the tmux configs
Diffstat (limited to '.config')
| -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 |
