Add zellij config

main
trivernis 10 months ago
parent 0c60fc8451
commit 8e0446a16e
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -0,0 +1,30 @@
layout {
default_tab_template {
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
children
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
}
tab split_direction="Vertical" {
pane split_direction="Vertical" {
pane command="nu" size="15%" {
args "-c" "broot --conf {{dirs.config}}/broot/ide.toml --sort-by-type-dirs-first"
}
pane command="nu" size="50%" {
args "-c helix"
}
pane size="35%" split_direction="Horizontal" {
pane command="btm" size="20%" borderless=true {
args "--config" "{{dirs.config}}/bottom/dev.toml"
}
pane size="80%"
}
}
}
}
scroll_buffer_size 10000
copy_command "wl-copy"
auto_layout false
Loading…
Cancel
Save