COMMANDS:	| character	| word	    |line |screen|to START|to END  |
		|---------------|-----------|-----|------|--------|--------|
* Move Forward	|   ^F		| ESC F	    | ^N  | ^V	 |  --	  | ESC >  |
* Move Back	|   ^B		| ESC B	    | ^P  | ESC v| ESC  < | --	   |
* Delete back	|   Rubout	| ESC rubout|     | --	 |=================|
* Delete Forward|   ^D		| ESC D	    | ^K  | --	 |End of Line	^E |
  Transpose	|   ^T		| ESC T	    |ESC^T| --	 |Start of line ^A |
============================================================================
    FILE COMMANDS:	|      SPECIAL COMMANDS:	| Retype Screen ^L
  Get/Save file	^X ^V	| Execute Teco Command	ESC ESC	| Quote Next	ESC Q
* Page 		^X ^P	| ReExecute Teco Cmd	ESC $	|=================== 
  Yank 		^X ^Y	| Indent New Line	Linefeed|Starred commands may
! SAVE and EXIT ^X ^Z	| Set Key Binding	^X   #	|take an argument:
  Exit to TECO	^X Q 	| Query REPLACE		ESC ^R	|<ESC> <digits><cmd>
! Placeholding save	| ==================================================
  (leaves marker)	|     SEARCHES:	    |		TEXT MOVEMENT:
		^X ^W	| Forward:	^Z  | Set Mark for save or wipe	^?
========================| Repeat :   ESC Z  |			(^_ on VT52)
   CASE  &   CENTERING	| Reverse:	^R  |
* Upper Case	 ESC U	| Punctuation:	    | Save Text following mark	ESC W
* Lower Case	 ESC L	| ESC followed by   | Wipe Text  "	   "	   ^W
* Capitalize	 ESC C	| any of: (:;,.)    | Yank (wiped) Text		   ^Y
  ESC  S center line	|===================================================
                        
