Created
June 23, 2013 11:13
-
-
Save miebach/5844664 to your computer and use it in GitHub Desktop.
Start byobu (tmux) with pre-defined windows http://www.commandlinefu.com/commands/view/11732/start-byobu-tmux-with-pre-defined-windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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