add zellij config

This commit is contained in:
Alexander Navarro 2025-03-26 16:57:54 -03:00
parent 7e4da5dff9
commit cbf59bea4b
5 changed files with 435 additions and 359 deletions

View file

@ -0,0 +1,21 @@
layout {
tab name="Code" focus=true hide_floating_panes=true {
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
pane split_direction="vertical" {
pane edit="src/main.rs" size="60%" focus=true
pane size="40%" {
pane command="just" {
args "dev"
start_suspended true
}
pane size="50%"
}
}
pane size=1 borderless=true {
plugin location="zellij:status-bar"
}
}
}