aboutsummaryrefslogtreecommitdiff
path: root/.tmuxinator.yml
blob: 95fc42650bbc3be0c8650bb3a4ddae3094745bee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: reading

windows:
  - main:
      layout: 3747,239x59,0,0{144x59,0,0,0,94x59,145,0[94x30,145,0,1,94x28,145,31,2]}
      panes:
        - # Empty
        - sbt:
          - sbt
          - ~fastOptJS
        - server:
          - (cd public; python -m http.server 9000)