mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
13 lines
238 B
KDL
13 lines
238 B
KDL
|
|
layout {
|
||
|
|
pane split_direction="horizontal"{
|
||
|
|
pane command="nvim" focus=true name="Editor" size="75%" {
|
||
|
|
args "."
|
||
|
|
}
|
||
|
|
pane name="Terminal"
|
||
|
|
}
|
||
|
|
|
||
|
|
pane size=1 borderless=true {
|
||
|
|
plugin location="zellij:compact-bar"
|
||
|
|
}
|
||
|
|
}
|