Skip to content

Instantly share code, notes, and snippets.

@baldwindavid
Created October 26, 2025 18:36
Show Gist options
  • Save baldwindavid/cd5e6b7163141ea16636430b0fb4fcd2 to your computer and use it in GitHub Desktop.
Save baldwindavid/cd5e6b7163141ea16636430b0fb4fcd2 to your computer and use it in GitHub Desktop.
layout {
default_tab_template {
children
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
}
tab name="dev" focus=true {
pane split_direction="vertical" {
// Left section: editor + terminal
pane split_direction="horizontal" size="65%" {
// Main editor pane
pane name="" focus=true
// Terminal pane below
pane name="" size="30%"
}
// Right section: sidebar
pane name="" size="35%"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment