Files
dotfiles/.config/zellij/layouts/ide-layout.kdl
T
avinal 4555248b72 update: create configuration for new tools
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>

rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED
2025-06-27 19:51:11 +05:30

23 lines
362 B
KDL

layout {
pane split_direction="vertical" {
pane {
edit "."
focus true
size "60%"
borderless true
}
pane stacked=true {
pane {
name "LazyGit"
command "lazygit"
}
pane {
name "Terminal"
}
}
}
pane borderless=true size=1 {
plugin location="zellij:compact-bar"
}
}