summaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/zellij/layouts/default.kdl
blob: 2062206cbbfb5eb0c94c709961c8ec10e13eefe2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// status-bar (keybind hints + tips, 2 lines) at top, tab-bar at bottom.
// Overrides zellij's built-in "default" layout when placed here.
layout {
    pane size=1 borderless=true {
        plugin location="zellij:status-bar"
    }
    pane
    pane size=1 borderless=true {
        plugin location="zellij:tab-bar"
    }
}