diff options
Diffstat (limited to '.config/tmuxinator/mb.yml')
| -rw-r--r-- | .config/tmuxinator/mb.yml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.config/tmuxinator/mb.yml b/.config/tmuxinator/mb.yml index ca05697..ca2e4a4 100644 --- a/.config/tmuxinator/mb.yml +++ b/.config/tmuxinator/mb.yml @@ -45,11 +45,14 @@ root: ~/Work/MBition/ # attach: false windows: - - mb: + - vim: + - mbition: + 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: - - |
