You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
952 B
Cheetah
32 lines
952 B
Cheetah
scroll_buffer_size 10000
|
|
copy_command "wl-copy"
|
|
auto_layout false
|
|
|
|
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 name="Editor" split_direction="Vertical" hide_floating_panes=true {
|
|
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%"
|
|
}
|
|
}
|
|
}
|
|
}
|