blob: cfda8a9786e56b377a1af31a35ec2aaaf24a389b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Default layout with tab-bar moved to the bottom, above status-bar.
// Overrides zellij's built-in "default" layout when placed here.
layout {
pane split_direction="vertical" {
pane
}
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
}
|