zellij/zellij-utils
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
..
assets Add template section in layout file 2021-08-21 23:27:23 +02:00
src Add template section in layout file 2021-08-21 23:27:23 +02:00
Cargo.toml Merge branch 'main' into unified-logging 2021-07-20 22:19:03 -07:00