/ .config / zellij / layouts / t-panes.kdl
t-panes.kdl
 1  layout {
 2      cwd "/Volumes/projects/"
 3      pane size=1 borderless=true {
 4          plugin location="tab-bar"
 5      }
 6  
 7      pane split_direction="horizontal" {
 8          pane split_direction="vertical" {
 9              pane name="db"
10              pane name="server"
11          }
12          pane name="shell" focus=true
13      }
14  
15      pane size=2 borderless=true {
16          plugin location="status-bar"
17      }
18  }