- 
      
- 
        Save andmcgregor/39201cb10023743b81d2 to your computer and use it in GitHub Desktop. 
    Open class in new tmux window
  
        
  
    
      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
    
  
  
    
  | #!/bin/bash | |
| tmux new-window -n $1 vim include/$1.h | |
| tmux split-window -t$1 -h vim src/$1.cpp | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment