Files
dotfiles/.config/zellij/layouts/ide-layout.kdl
T
avinal 9f298d08da update zellij layout and fix whichkey
- alacritty: add cursor style
- nvim: fix which-key, add colorizer, add debugger, update plugins
- zellij: revamp layouts
- starship: change prompt

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
2024-07-17 23:56:15 +05:30

24 lines
381 B
KDL

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