Skip to content

Instantly share code, notes, and snippets.

@ojiry
Created July 12, 2012 05:42
Show Gist options
  • Save ojiry/3096073 to your computer and use it in GitHub Desktop.
Save ojiry/3096073 to your computer and use it in GitHub Desktop.
#!/bin/sh
tmux rename-window zsh
tmux split-window -h
tmux split-window -v -t zsh.1
tmux send-keys -t zsh.2 'rails s' C-m
tmux new-window -n tig
tmux send-keys -t tig.0 'tig' C-m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment