Skip to content

Single pane with multiple windows doesn't work #3

Description

@alexcaza

Running this template doesn't produce expected results. Second and third tabs don't launch commands in the single pane:

windows:
  - name: dev
    root: ~/Documents/programming/unsplash-web
    layout: tiled
    panes:
      # This should be kept in sync with [ref:run_app_dev_command].
      - just
      - just lint
      - just typecheck
  - name: editor 
    root: ~/Documents/programming/unsplash-web
    layout: tiled
    panes:
      - hx .
  - name: git
    root: ~/Documents/programming/unsplash-web
    layout: tiled
    panes:
      - lazygit

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions