Add dev.kdl for a Zellij layout
This commit is contained in:
parent
5877c2d475
commit
97969d9be6
1 changed files with 13 additions and 0 deletions
13
dev.kdl
Normal file
13
dev.kdl
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue