From 5235a1445cf1f5afb9f1a909bcac2dade471a054 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Wed, 22 Jan 2025 22:45:43 -0500 Subject: [PATCH] Improve zellij config --- dot_config/zellij/layouts/empty_default.kdl | 26 ++++++++++++++------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/dot_config/zellij/layouts/empty_default.kdl b/dot_config/zellij/layouts/empty_default.kdl index 0bc2c6a..048d126 100644 --- a/dot_config/zellij/layouts/empty_default.kdl +++ b/dot_config/zellij/layouts/empty_default.kdl @@ -1,12 +1,20 @@ layout { - pane size=1 borderless=true { - plugin location="tab-bar" - } - pane split_direction="vertical" { - pane size="33%" command="yazi" - pane - } - pane size=2 borderless=true { - plugin location="zellij:status-bar" + default_tab_template { + pane size=1 borderless=true { + plugin location="zellij:tab-bar" + } + children + pane size=2 borderless=true { + plugin location="zellij:status-bar" + } + } + + tab name="IDE" { + pane split_direction="vertical" { + pane command="yazi" size="20%" + pane command="hx" + } } + + tab name="shell" }