zellij/zellij-server
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
..
src Add template section in layout file 2021-08-21 23:27:23 +02:00
Cargo.toml Cleanup Cargo.toml 2021-07-21 07:20:07 +02:00