A killer GNU Screen Config · GitHub
https://gist.github.com/joaopizani/2718397screen -t Shell1 1 bash: screen -t Shell2 2 bash: screen -t Python 3 python: screen -t Media 4 bash: select 0: bind c screen 1 # window numbering starts at 1 not 0: bind 0 select 10 # get rid of silly xoff stuff: bind s split # layouts: layout autosave on: layout new one: select 1: layout new two: select 1: split: resize -v +8: focus down ...