Add dev.kdl for a Zellij layout

This commit is contained in:
Oliver Davies 2024-08-25 16:09:18 +01:00
parent 5877c2d475
commit 97969d9be6

13
dev.kdl Normal file
View file

@ -0,0 +1,13 @@
layout {
pane split_direction="vertical" {
pane command="nvim" size="60%"
pane split_direction="horizontal" {
pane command="./run" { args "start"; }
}
}
pane size=1 borderless=true {
plugin location="zellij:compact-bar"
}
}