CONTROL COMMANDS

   C-A		Start Of Line
*  C-B		Backward Character
   C-C		Not a command
*  C-D		Delete Character
   C-E		End of Line
*  C-F		Forward Character
*  C-H		Back character
*  C-I		Insert TAB
*  C-J		Indent New line
*  C-K		Kill Line
   C-L		Redraw screen
*  C-M		Carriage Return
*  C-N		Next line
*  C-P		Previous Line
*  C-R		Reverse SEARCH
   C-T		Transpose characters
*  C-V		View Next Screen
   C-W		Wipe Region of text
   C-X		eXtended commands
*  C-Y		Yank back region of text
*  C-Z		SEARCH forwards
   C-[		<ESCAPE> command prefix
   C-_	or C-?	Set Mark 
		(use C-? on Telerays)

ESCAPE COMMANDS

   ESC- H	HELP on commands

   ESC- <	Start of Buffer
   ESC- >	End of buffer
   ESC- Rubout	Delete Word Backward
*  ESC- A	Start of Sentence
*  ESC- B	Backward Word
*  ESC- C	Capitalize Word
*  ESC- D	Delete Word
*  ESC- E	End of Sentence
*  ESC- F	Forward Word
*  ESC- G	Go to Line 
*  ESC- L	Lowercase Word
   ESC- Q	Quote next character
   ESC- S       Center Line
   ESC- T	Transpose words
*  ESC- U	Uppercase words
*  ESC- V	View last screen
   ESC- W	Wipe region (no kill)
*  ESC- Z	Repeat search
   ESC ESC	Execute TECO command
   ESC  $	Repeat TECO command
   ESC- C-R	Query Replace
*  ESC- C-T	Transpose Lines
   ESC- <space> Same as ^_
   ESC- M	Same as ^_
   ESC- ^H   	Remove Backspace Pairs

 Commands marked with an '*' above
 take numeric arguments by preceding
 them with ESC-number
EXTENDED COMMANDS

   C-X C-Z	Exit and save file
   C-X C-V	Visit (Get/save) file
   C-X C-W	Placeholding Save

   C-X C-X	Swap Point and mark
   C-X C-P	TECO's P command
   C-X C-A	TECO's A command
   C-X C-Y	TECO's Y command

   C-X   O	Enter Overprint Mode
   C-X   Q	Quit to TECO or leave
		overprint mode
   C-X   #	Set key binding
   C-X   $	Enable TECO commands
   C-X   =	Show location & mark

QUERY REPLACE

    "Query Replace" ..  Enter string to
		       Search for.

    "With"	   ..  Enter new string

   When Query Replace shows you each
   occurrence,   type  one of  these
   commands:

     Space  .. Change and show next.
     N      .. No change and show next.
     .      .. Change and exit.
     !      .. Change all rest and exit.
     C-G    .. Just exit.

   Any other response will  show  a list
   of valid responses.

TECO COMMANDS

   Any legal TECO commands may  be  used
   except you must not alter Q Registers
   A through U.   You may use the EDMACS
   commands:
            C-A,  C-E,  C-F,  C-B,  C-N,
	    RUBOUT,  C-P,  and C-L

   to edit the  command.   Exit  via two
   ESCAPEs.   Note  that  neither of the
   escapes will be part  of the  command
   string,  even though the  first  will
   echo.  The  ESC  that   terminates  a
   string  may not be one of the escapes
   used to execute the TECO command.  To
   abort the  TECO command, type  C-G.

   NOTE that TECO commands are initially
   disabled  because it is easy to  type
   ESC ESC  by  accident on telerays.
   Use C-X $  to  enable TECO commands.

