]> sipb.mit.edu Git - wiki.git/blobdiff - doc/screen.mdwn
explain the "C-a C-a" notation.
[wiki.git] / doc / screen.mdwn
index 07a28d51138f8a812db14601be1825a1409aac95..9482968867ad0fbaacf98ec1c4212358c6acc36e 100644 (file)
@@ -19,7 +19,7 @@ from multiple places.
  3.  run `screen`
  4.  Do stuff.
 
  3.  run `screen`
  4.  Do stuff.
 
-To detach, type "C-a d".  To reattach, type `screen -dr`.
+To detach, type "C-a d" (That's control+a, release both keys, press 'd'.) .  To reattach, type `screen -dr`.
 
 If you close your ssh connection without detaching, or lose your
 network connection:
 
 If you close your ssh connection without detaching, or lose your
 network connection:
@@ -57,4 +57,4 @@ inside of `screen` so you can put it down and come back to it later.
 
 ## TODO
 
 
 ## TODO
 
-clean up, explain the "C-a C-a" notation.
\ No newline at end of file
+clean up, explain the "C-a C-a" notation.