Add dev.kdl for a development layout with Zellij
This commit is contained in:
parent
e32fb2b41f
commit
ce8acce884
18
dev.kdl
Normal file
18
dev.kdl
Normal file
|
@ -0,0 +1,18 @@
|
|||
layout {
|
||||
pane size=1 borderless=true {
|
||||
plugin location="tab-bar"
|
||||
}
|
||||
|
||||
pane split_direction="vertical" {
|
||||
pane
|
||||
|
||||
pane command="vendor/bin/sculpin" {
|
||||
args "generate" "--server" "--watch"
|
||||
start_suspended true
|
||||
}
|
||||
}
|
||||
|
||||
pane size=2 borderless=true {
|
||||
plugin location="status-bar"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue