summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-06-07 19:59:24 +0200
committerGitHub <noreply@github.com>2022-06-07 19:59:24 +0200
commitc7231921e20d294ef67d58be28a9d830debcafbf (patch)
tree87412755933db9cb2526534f02b540b2d56044c6
parentf11fa14f79a7d10b4a2113e972a6f4728da5b05d (diff)
move: `test-template` layout to `layouts` directory (#1464)
* move: `test-template` layout to `layouts` directory * remove(layout): test-template
-rw-r--r--test-template.yaml22
1 files changed, 0 insertions, 22 deletions
diff --git a/test-template.yaml b/test-template.yaml
deleted file mode 100644
index ba95a46d7..000000000
--- a/test-template.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
----
-template:
- direction: Horizontal
- parts:
- - direction: Vertical
- borderless: true
- split_size:
- Fixed: 1
- run:
- plugin:
- location: "zellij:tab-bar"
- - direction: Vertical
- borderless: true
- - direction: Vertical
- borderless: true
- - direction: Vertical
- borderless: true
- split_size:
- Fixed: 2
- run:
- plugin:
- location: "zellij:status-bar"