]> sipb.mit.edu Git - wiki.git/blobdiff - doc/screen.mdwn
(no commit message)
[wiki.git] / doc / screen.mdwn
index 07a28d51138f8a812db14601be1825a1409aac95..4a129ea0206188522b3e7e5cdeec4198f4034554 100644 (file)
@@ -19,7 +19,7 @@ from multiple places.
  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:
@@ -49,6 +49,10 @@ to share context between different screens, or even different people,
 but doing it when you're not sure where else your screen might be
 attached has privacy implications.
 
+##Switching Between Windows
+C-a C-a allows you to switch between windows incrementally. If you have created 3 windows and find your self at the 0th window, then C-a C-a will put you in the 1st window, then C-a C-a again will put you in the 2nd one. You can also move around in the windows by using C-a [index number of the window]. Such that C-a[1] would accomplish the same thing as C-a C-a when you were on the 0th window. 
+
+
 ## For More Information
 
 `screen` can do lots of stuff.  If you have a while to burn, run
@@ -56,5 +60,4 @@ attached has privacy implications.
 inside of `screen` so you can put it down and come back to it later.
 
 ## 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 better.