Created
          June 10, 2016 14:00 
        
      - 
      
 - 
        
Save cumbreras/26bb5506fa89ed85e57eff50dc2de56c to your computer and use it in GitHub Desktop.  
    tmuxinator config cw
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # ~/.tmuxinator/cw.yml | |
| name: cw | |
| root: ~/projects/cw/ | |
| windows: | |
| - qs-nvim: | |
| pre: wd qs | |
| panes: | |
| - n | |
| - qs-server: | |
| pre: wd qs | |
| layout: even-vertical | |
| panes: | |
| - qss | |
| - sq | |
| - qf-nvim: | |
| pre: wd qf | |
| panes: | |
| - n | |
| - qf-server: | |
| pre: wd qf | |
| panes: | |
| - npm run grunt | |
| - binder-nvim: | |
| pre: wd bind | |
| panes: | |
| - n | |
| - binder-server: | |
| pre: wd bind | |
| layout: even-vertical | |
| panes: | |
| - binds | |
| - sq | |
| - my-nvim: | |
| pre: wd my | |
| panes: | |
| - n | |
| - my-server: | |
| pre: wd my | |
| layout: even-vertical | |
| panes: | |
| - mys | |
| - sq | |
| - ic-nvim: | |
| pre: wd ic | |
| panes: | |
| - n | |
| - ic-server: | |
| pre: wd ic | |
| panes: | |
| - npm run grunt | |
| - catalog-nvim: | |
| pre: wd catalog | |
| panes: | |
| - n | |
| - catalog-server: | |
| pre: wd catalog | |
| layout: even-vertical | |
| panes: | |
| - catalogs | |
| - sq | |
| - www-nvim: | |
| pre: wd www | |
| panes: | |
| - n | |
| - www-server: | |
| pre: wd www | |
| layout: even-vertical | |
| panes: | |
| - wwws | |
| - sq | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment