mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Improve zellij config
This commit is contained in:
parent
faa06fe4cf
commit
5235a1445c
1 changed files with 17 additions and 9 deletions
|
|
@ -1,12 +1,20 @@
|
||||||
layout {
|
layout {
|
||||||
|
default_tab_template {
|
||||||
pane size=1 borderless=true {
|
pane size=1 borderless=true {
|
||||||
plugin location="tab-bar"
|
plugin location="zellij:tab-bar"
|
||||||
}
|
|
||||||
pane split_direction="vertical" {
|
|
||||||
pane size="33%" command="yazi"
|
|
||||||
pane
|
|
||||||
}
|
}
|
||||||
|
children
|
||||||
pane size=2 borderless=true {
|
pane size=2 borderless=true {
|
||||||
plugin location="zellij:status-bar"
|
plugin location="zellij:status-bar"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tab name="IDE" {
|
||||||
|
pane split_direction="vertical" {
|
||||||
|
pane command="yazi" size="20%"
|
||||||
|
pane command="hx"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
tab name="shell"
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue