Created
February 25, 2026 19:52
-
-
Save mrpbennett/68ef0557e2a2cf04a426a5794dcfdffa to your computer and use it in GitHub Desktop.
Zellij default layout
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
| // 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