zellij/zellij-utils/assets/layouts
a-kenji 88b4063879 Add template section in layout file
It works as follows:
```
---
template:
  direction: Horizontal
  parts:
    - direction: Vertical
      split_size:
        Fixed: 1
      run:
        plugin: tab-bar
    - direction: Vertical
      body: true
    - direction: Vertical
      split_size:
        Fixed: 2
      run:
        plugin: status-bar
tabs:
  - direction: Vertical
```

The tabs are created in the body section of the template.
2021-08-21 23:27:23 +02:00
..
default.yaml Add template section in layout file 2021-08-21 23:27:23 +02:00
disable-status-bar.yaml Add template section in layout file 2021-08-21 23:27:23 +02:00
strider.yaml Add template section in layout file 2021-08-21 23:27:23 +02:00