Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save bholmesdev/4c4e34fd5454e38f475e9236724c42ec to your computer and use it in GitHub Desktop.

Select an option

Save bholmesdev/4c4e34fd5454e38f475e9236724c42ec to your computer and use it in GitHub Desktop.
claude tab config example
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