From 6ee0659ff105b620ac443f60bffcf445d503cf0c Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Wed, 22 Mar 2023 19:18:06 -0500 Subject: [PATCH] Update IDE layout --- zellij/layouts/ide.kdl | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/zellij/layouts/ide.kdl b/zellij/layouts/ide.kdl index e30ff18..396bb1f 100644 --- a/zellij/layouts/ide.kdl +++ b/zellij/layouts/ide.kdl @@ -1,9 +1,24 @@ layout { - default_tab_template { + tab_template name="ide" { pane size=1 borderless=true { plugin location="zellij:compact-bar" } - pane name="Editor" size="75%" focus=true edit="./" - pane name="Terminal" size="25%" + + pane split_direction="vertical" { + pane size="13%" borderless=true { + plugin location="zellij:strider" + } + + pane name="Editor" focus=true edit="./" + } + + pane size="28%" stacked=true { + children + pane name="Git" command="gitui" + } + } + + ide { + pane } }