Skip to content

Instantly share code, notes, and snippets.

@spikensbror
Created June 4, 2014 10:50
Show Gist options
  • Save spikensbror/70213a2909a7dbd5b059 to your computer and use it in GitHub Desktop.
Save spikensbror/70213a2909a7dbd5b059 to your computer and use it in GitHub Desktop.
TMux based pre-configured multishell.
#!/bin/sh
tmux -2 new-session -n multish -d -s multish
tmux split-window -h
tmux select-pane -t 0
tmux -2 attach-session -t multish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment