Created
May 14, 2026 18:28
-
-
Save bholmesdev/4c4e34fd5454e38f475e9236724c42ec to your computer and use it in GitHub Desktop.
claude tab config example
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
| name = "warp internal" | |
| [[panes]] | |
| id = "root" | |
| split = "horizontal" | |
| children = ["claude", "build"] | |
| [[panes]] | |
| id = "claude" | |
| type = "terminal" | |
| directory = "~/Projects/warp-internal" | |
| commands = ["claude"] | |
| is_focused = true | |
| [[panes]] | |
| id = "build" | |
| type = "terminal" | |
| directory = "~/Projects/warp-internal" | |
| commands = ["cargo run"] | |
| color = "yellow" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment