mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-30 20:23:42 +00:00
34 lines
663 B
Text
34 lines
663 B
Text
|
layout {
|
||
|
default_tab_template {
|
||
|
children
|
||
|
pane size=1 borderless=true {
|
||
|
plugin location="zellij:compact-bar"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
cwd "/home/mo/code/hosted/how_to_linux"
|
||
|
|
||
|
tab name="git" {
|
||
|
pane {
|
||
|
command "fish"
|
||
|
args "-c" "gitui"
|
||
|
close_on_exit true
|
||
|
}
|
||
|
}
|
||
|
tab name="hx" focus=true {
|
||
|
pane {
|
||
|
cwd "src"
|
||
|
command "fish"
|
||
|
args "-c" "hx"
|
||
|
close_on_exit true
|
||
|
}
|
||
|
}
|
||
|
tab name="mdbook" {
|
||
|
pane {
|
||
|
command "fish"
|
||
|
args "-c" "mdbook serve"
|
||
|
close_on_exit true
|
||
|
}
|
||
|
}
|
||
|
}
|