From d573ab33de1f4bb38322541d13048958ab2aac21 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 25 Aug 2024 18:48:17 +0100 Subject: [PATCH] Add dev.kdl layout for Zellij --- dev.kdl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev.kdl diff --git a/dev.kdl b/dev.kdl new file mode 100644 index 000000000..a3ef89a41 --- /dev/null +++ b/dev.kdl @@ -0,0 +1,20 @@ +layout { + pane split_direction="vertical" { + pane command="nvim" size="60%" + + pane split_direction="horizontal" { + run name="Generate the website" { args "start"; } + run name="Run tests" { args "test"; } + run name="Publish the website" { args "publish"; } + } + } + + pane size=1 borderless=true { + plugin location="zellij:compact-bar" + } + + pane_template name="run" { + command "./run" + start_suspended true + } +}