diff --git a/.zellij.kdl b/.zellij.kdl new file mode 100644 index 0000000..7685791 --- /dev/null +++ b/.zellij.kdl @@ -0,0 +1,28 @@ +layout { + default_tab_template { + children + pane size=1 borderless=true { + plugin location="zjstatus" + } + } + + tab name="edit" focus=true { + pane { + command "fish" + args "-c" "TERM=wezterm direnv exec . nvim" + } + } + + tab name="run" { + pane split_direction="horizontal" { + pane + pane { + cwd "/var/folders/tt/kygkt3t13gqd68q5rz6ly7pw0000gn/T/zellij-501" + } + } + } + + tab name="git" { + pane + } +}