add zellij config
This commit is contained in:
parent
7e4da5dff9
commit
cbf59bea4b
5 changed files with 435 additions and 359 deletions
21
config/zellij/layouts/code.kdl
Normal file
21
config/zellij/layouts/code.kdl
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue