Improve zellij config

This commit is contained in:
Tyler Mayoff 2025-01-22 22:45:43 -05:00
parent faa06fe4cf
commit 5235a1445c

View file

@ -1,12 +1,20 @@
layout { layout {
pane size=1 borderless=true { default_tab_template {
plugin location="tab-bar" pane size=1 borderless=true {
} plugin location="zellij:tab-bar"
pane split_direction="vertical" { }
pane size="33%" command="yazi" children
pane pane size=2 borderless=true {
} plugin location="zellij:status-bar"
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"
} }