Files
dotfiles/.config/zellij/layouts/ide-full.kdl
T

26 lines
393 B
KDL
Raw Normal View History

2026-03-26 12:07:53 +05:30
layout {
pane {
borderless true
size 1
plugin location="zellij:compact-bar"
}
pane split_direction="vertical" {
pane {
command "hx-pick"
args "."
focus true
size "60%"
borderless true
}
pane stacked=true {
pane {
name "LazyGit"
command "lazygit"
}
pane {
name "Terminal"
}
}
}
}