Skip to content

Instantly share code, notes, and snippets.

@pappu687
Created January 10, 2016 12:33
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 pappu687/36d90719b600e13edbac to your computer and use it in GitHub Desktop.
Save pappu687/36d90719b600e13edbac to your computer and use it in GitHub Desktop.
My Tmuxifier for a Laravel project
window_root "~/Code/Project"
# Create new window. If no argument is given, window name will be based on
# layout file name.
new_window "canon"
# Split window into panes.
split_h 50
split_v 50 1
split_v 50 2
run_cmd "./artisan serve"
run_cmd "gulp watch" 1
run_cmd "livereload" 2
select_pane 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment