Skip to content

Instantly share code, notes, and snippets.

@jorgegorka
Created July 10, 2013 12:39
Show Gist options
  • Save jorgegorka/5965959 to your computer and use it in GitHub Desktop.
Save jorgegorka/5965959 to your computer and use it in GitHub Desktop.
tmux configuration
windows:
- name: "server ms1"
clear: true
root: "~/Sites/sage/mysageone_es/host_app"
splits:
- cmd: "ss"
- name: "server s1"
clear: true
root: "~/Sites/sage/sageone_es/host_app"
splits:
- cmd: "ss -p 3030"
- name: "sageone_es"
root: "~/Sites/sage/sageone_es/sagespain_extensions"
splits:
- cmd: "vim"
focus: true
- cmd: "sg -i"
width: 25
- name: "mysageone_es"
root: "~/Sites/sage/mysageone_es/mysageone_es"
splits:
- cmd: "vim"
focus: true
- cmd: "sg -i"
width: 25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment