zellij/zellij-utils
a-kenji cd4b8ae8b6
fix(layout): allow lowercase keys and values (#1160)
A layout needed to be specified as follows:
```
---
template:
  direction: Horizontal
  parts:
    - direction: Vertical
      body: true
    - direction: Vertical
      borderless: true
      split_size:
        Fixed: 1
```
now the same layout can be specified as:
```
---
template:
  direction: horizontal
  parts:
    - direction: vertical
      body: true
    - direction: vertical
      borderless: true
      split_size:
        fixed: 1
```
2022-03-03 14:08:51 +01:00
..
assets add tmux ctrl+b d shortcut for detach (#1116) 2022-02-27 12:03:17 +01:00
src fix(layout): allow lowercase keys and values (#1160) 2022-03-03 14:08:51 +01:00
Cargo.toml chore(version): bump development version 2022-02-22 13:36:39 +01:00