Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
  
    
      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
    
  
  
    
  | body { | |
| font-family: Helvetica, arial, sans-serif; | |
| font-size: 14px; | |
| line-height: 1.6; | |
| padding-top: 10px; | |
| padding-bottom: 10px; | |
| background-color: white; | |
| padding: 30px; } | |
| body > *:first-child { | 
  
    
      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
    
  
  
    
  | # pane layout | |
| bind-key -n M-1 select-layout main-horizontal | |
| bind-key -n M-2 select-layout main-vertical | |
| bind-key -n M-3 select-layout tiled | |
| bind-key -n M-4 select-layout even-horizontal | |
| bind-key -n M-5 select-layout even-vertical | |
| # pane size | |
| bind-key -n M-Up resize-pane -U 5 | |
| bind-key -n M-Down resize-pane -D 5 |