Created
October 26, 2025 18:36
-
-
Save baldwindavid/cd5e6b7163141ea16636430b0fb4fcd2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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