diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-07-24 10:30:18 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-07-24 10:30:18 +0200 |
| commit | b5647650467f9cced85207e161b09aa632fa0696 (patch) | |
| tree | c049c717b676b8f3728e12d481924a40f55cdb9d /.config/tmuxinator | |
| parent | b007ef77bbe8f1e55a9bd2b5a5be2b5ed3f5eebf (diff) | |
Minor modification
Diffstat (limited to '.config/tmuxinator')
| -rw-r--r-- | .config/tmuxinator/spc.yml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.config/tmuxinator/spc.yml b/.config/tmuxinator/spc.yml index 6abe496..7a75dd2 100644 --- a/.config/tmuxinator/spc.yml +++ b/.config/tmuxinator/spc.yml @@ -45,11 +45,14 @@ root: ~/Work/Space/ # attach: false windows: - - spc: + - editor: + - bash: + layout: even-horizontal + panes: + - + - + - bash: 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: - - |
