Add dev.kdl layout for Zellij
This commit is contained in:
parent
4bdd9457cf
commit
d573ab33de
20
dev.kdl
Normal file
20
dev.kdl
Normal file
|
@ -0,0 +1,20 @@
|
|||
layout {
|
||||
pane split_direction="vertical" {
|
||||
pane command="nvim" size="60%"
|
||||
|
||||
pane split_direction="horizontal" {
|
||||
run name="Generate the website" { args "start"; }
|
||||
run name="Run tests" { args "test"; }
|
||||
run name="Publish the website" { args "publish"; }
|
||||
}
|
||||
}
|
||||
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
|
||||
pane_template name="run" {
|
||||
command "./run"
|
||||
start_suspended true
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue