Skip to content

Instantly share code, notes, and snippets.

@andmcgregor
Last active January 28, 2016 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andmcgregor/39201cb10023743b81d2 to your computer and use it in GitHub Desktop.
Save andmcgregor/39201cb10023743b81d2 to your computer and use it in GitHub Desktop.
Open class in new tmux window
#!/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