mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-04 07:20:09 +05:30
b64a862adf
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
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"
|
|
}
|
|
}
|