zellij/zellij-utils
a-kenji 347e02ea35
feature(layout): add layout config (#866)
feature(layout): add layout config (#866)
* It is now possible to configure zellij through a layout:

  The config file and the layout file will be merged, on conflicting
  options the order is as follows:
  1. config options `zellij options`
  2. layout
  3. config

  Example:
```
---
template:
  direction: Horizontal
  parts:
    - direction: Vertical
      body: true
    - direction: Vertical
      borderless: true
      split_size:
        Fixed: 1
      run:
        plugin:
          location: "zellij:tab-bar"
default_shell: fish
```
2021-11-14 22:58:20 +01:00
..
assets feat(scrolling): half-page scroll actions (#813) 2021-11-08 15:05:47 +01:00
src feature(layout): add layout config (#866) 2021-11-14 22:58:20 +01:00
Cargo.toml chore(version): bump development version 2021-11-10 18:01:56 +01:00