| Sidebar 1:  Frequently Used Commands
Start screen:	screen [-options] [cmd [args]] 
Help:	<ctrl>-a ? 
Create new window:	<ctrl>-a c 
Detach:	<ctrl>-a d 
Reattach:	screen -r [[pid.]tty[.host]] 
Select screen #1:	<ctrl>-a 1 
Select screen #9:	<ctrl>-a 9 
Next window:	<ctrl>-a n 
Previous window:	<ctrl>-a p 
Toggle to previous window:	<ctrl>-a <ctrl>-a
 
Send ctrl-a to window:	<ctrl>-a a 
Show window name:	<ctrl>-a N 
Show list of windows:	<ctrl>-a w 
Enter copy mode:	<ctrl>-a [ 
	[enter] to start copy, move cursor, then 
	[enter] to mark end of copy. 
Paste buffer:	<ctrl>-a ]  |