Skip to content

Commit

Permalink
chore: add zellij layout for development
Browse files Browse the repository at this point in the history
  • Loading branch information
dj95 committed Apr 26, 2024
1 parent 4777bdd commit 5297d5d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .zellij.kdl
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 5297d5d

Please sign in to comment.