zellij-utils 0.44.2

A utility library for Zellij client and server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
layout {
    // Double the tab bar, weee!
    pane size=1 borderless=true {
        plugin location="tab-bar"
    }
    pane size=1 borderless=true {
        plugin location="tab-bar"
    }
    pane size=1 borderless=true {
        plugin location="status-bar"
    }
    pane
}