forked from AndrewBeniston/zellij-project-sidebar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzellij.kdl
More file actions
28 lines (28 loc) · 1.01 KB
/
zellij.kdl
File metadata and controls
28 lines (28 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
layout {
cwd "."
pane size=1 borderless=true {
plugin location="tab-bar"
}
pane split_direction="vertical" {
pane size=25 {
plugin location="file:target/wasm32-wasip1/debug/zellij-project-sidebar.wasm" {
project_0 "/Users/andrewbeniston/Documents/01-Projects/Git/help-self"
project_1 "/Users/andrewbeniston/Documents/01-Projects/Git/tungsten-flow"
project_2 "/Users/andrewbeniston/Documents/01-Projects/Git/svg-editor"
project_3 "/Users/andrewbeniston/Documents/01-Projects/Git/zellij-project-sidebar"
}
}
pane split_direction="horizontal" {
pane edit="src/main.rs" size="60%"
pane edit="Cargo.toml"
}
}
pane size=1 borderless=true {
plugin location="status-bar"
}
floating_panes {
pane {
plugin location="https://github.com/zellij-org/develop-rust-plugin/releases/download/v0.3.0/develop-rust-plugin.wasm"
}
}
}