zellij/zellij-utils/src/input
a-kenji bbe2583904
feat(layout): specify only tab name in tabs section (#722)
Allow specifying only the tab name in the `tabs` section

- For example this is now possible:
```
tabs:
  - name: first
    parts:
      - direction: Vertical
      - direction: Vertical
  - name: second
  - name: third
```
  For that the tab section defaults the direction to
  `direction::Horizontal`

- Adds an error upon specifying a tab name inside the `parts` section
  of the tab-layout
2021-09-21 16:39:37 +02:00
..
unit feat(plugin): add exec_cmd helper for executing command in host 2021-09-09 11:45:03 +01:00
actions.rs feat(ui): overhauled resize and layout systems 2021-08-28 17:46:24 +01:00
command.rs feat(cwd-pane): Keeping the cwd when opening new panes (#691) 2021-09-10 17:35:06 +02:00
config.rs feat(layout): specify only tab name in tabs section (#722) 2021-09-21 16:39:37 +02:00
keybinds.rs Big refactor: separate crates for client, server and utilities 2021-05-16 21:41:56 +05:30
layout.rs feat(layout): specify only tab name in tabs section (#722) 2021-09-21 16:39:37 +02:00
mod.rs Merge pull request #622 from sagittarius-a/feature/go-to-last-tab 2021-08-23 23:18:43 +02:00
mouse.rs feat(ui): initial mouse support (#448) 2021-07-02 16:40:50 +02:00
options.rs feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00
theme.rs Add color theme config 2021-05-30 15:07:21 +02:00