Skip to content

Instantly share code, notes, and snippets.

@mrpbennett
Created February 25, 2026 19:52
Show Gist options
  • Select an option

  • Save mrpbennett/68ef0557e2a2cf04a426a5794dcfdffa to your computer and use it in GitHub Desktop.

Select an option

Save mrpbennett/68ef0557e2a2cf04a426a5794dcfdffa to your computer and use it in GitHub Desktop.
Zellij default layout
// fire with an alias set to:
// alias zjd="zellij --layout ~/.config/zellij/layouts/desktop.kdl"
layout {
tab name="dev" focus=true {
pane size=1 borderless=true {
plugin location="tab-bar"
}
pane split_direction="horizontal" size="70%" {
pane split_direction="vertical" {
pane size="70%" name="lazyvim" command="nvim" focus=true
pane name="ai-agent" command="claude"
}
}
pane size="20%" name="terminal"
pane size=1 borderless=true {
plugin location="status-bar"
}
}
new_tab_template {
pane size=1 borderless=true {
plugin location="tab-bar"
}
pane
pane size=1 borderless=true {
plugin location="status-bar"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment