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
Running this template doesn't produce expected results. Second and third tabs don't launch commands in the single pane: