# ~/.tmuxinator/delivery.yml # ACER OARS Delivery Component Development Environment project_name: DELIVERY project_root: /jails/alcatraz/usr/local/www/delivery/ tabs: - home: layout: even-horizontal panes: - gs - deliverylog - controllers & models: layout: even-horizontal panes: - cd controllers && vim - cd models && vim - views: layout: main-vertical panes: - cd views && vim - cd views/elements && vim - webroot: layout: main-vertical panes: - cd webroot/js && vim - cd webroot/css && vim - routes: vim config/routes.php - db: mongo