Removed default zellij layout

This commit is contained in:
Tyler Mayoff 2025-03-07 08:48:23 -05:00
parent 8f7d6ef23a
commit a7128c2db6

View file

@ -1,20 +0,0 @@
layout {
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"
}