by @AV4TAr.

"AHH, connection dropped during migration..." - No more :)
~ screen~ screen -ls~ screen -r [session-number]available for Linux / Mac / Cygwin
Ctrl-aCtrl-a cCtrl-a "Ctrl-a dquick reference http://bit.ly/screen-quick-reference
~ tmux~ tmux list-sessions~ tmux list-clients~ tmux attach-session [-t session-number]available for Linux / Mac / Cygwin
Ctrl-bCtrl-b cCtrl-b "Ctrl-b %Ctrl-b arrowsCtrl-b dCtrl-b ?
teamocil
simple tool used to automatically create sessions, windows and panes in tmux with YAML files.
http://teamocil.com/
~ gem install teamocil
~ mkdir ~/.teamocil
~ teamocil --edit sample
~ tmux
~ teamocil sample
~/.teamocil/four.ymlwindows:- name: "four-panes"root: "~/Code/sample/www"layout: tiledpanes:- cmd: "top"- cmd: "tail -f /var/log/apache2/error.log"- cmd: "tail -f /var/log/mail.log"- cmd: "ping google.com"