Skip to content

Instantly share code, notes, and snippets.

@miebach
Created June 23, 2013 11:13
Show Gist options
  • Save miebach/5844664 to your computer and use it in GitHub Desktop.
Save miebach/5844664 to your computer and use it in GitHub Desktop.
byobu new-session -d -s name; byobu new-window -t name:1 -n 'window-1-title' 'command-1'; byobu new-window -t name:2 -n 'window-2-title' 'command-2'; byobu select-window -t name:1; byobu -2 attach-session -t name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment