 -------------- Mime TECO V35 cursor and command characters --------------
	"arrow keys"	Move cursor in indicated direction*
	CTRL T		Top of page
	CTRL R		Remove rest of line, leaving carriage return
	CTRL A		Add a new line*
	CTRL P		Next page*
	CTRL E		Delete current character*
	CTRL B		Bottom of page
	CTRL L		Start of current line
	CTRL Y		End of current line
	CTRL N		Start of next line
	CTRL F		Start of 16th line after current character*
	CTRL V		Start of 16th line before current character*
	CTRL G		Move cursor forward 8 characters, or to next line*
	CTRL C		Clear screen and return to regular TECO mode
	CTRL D		Delete rest of line*
	CTRL U		Kill start of line
	CTRL Q		Quote next character (insert it as typed)*
	CTRL S		Rewrite display screen 
	CTRL W		Skip next word*
	CTRL O		Skip back over previous word*
	RUB or DELETE	Delete previous character*
{3}	ESC S		Save text line*
{4}	ESC T		TECO command
{5}	ESC U		Unsave text
	ESC F		Enter "find" string and find first occurrence on page*
	ESC G		Find next occurrence of "find" string on current page*
{BL/0}	ESC P		Find next occurrence of "find" string on any page*
	ESC H		Save current position
{GR/2}	ESC R		Restore position to last position saved by ESC H
	ESC E		Delete next word*
	ESC O		Restore last deleted word(s)
{.}	ESC N		Switch to/from "SEEALL" mode
{8}	ESC X		Write out edited file, clear screen, and exit
{RD/1}	ESC Q		Quit--do not write file; clear screen and exit
{7}	ESC W		Write position mark in file and exit
	ESC [		Mark beginning of block to copy/move/delete
	ESC ]		Mark end of block to copy/move/delete
{6}	ESC V		Clear current beginning and end marks
	ESC K		Copy marked block to current position
	ESC *		Delete marked block
{EN/-}	ESC M		Copy marked block to current position, then delete it
	ESC @		Append next page at end of current one
{9}	ESC Y		Find and replace first occurrence of specified string
	ESC Z		Find and replace next occurrence of specified string*
	ESC ESC		Repeat last TECO command
{,}	ESC L		Save copy of page being edited (in TECOTEMP.TMP;1)
	ESC J		Replace current page with contents of TECOTEMP.TMP;1
{} indicates MIME-2A alternate keypad equivalents.
All starred (*) commands optionally take an argument entered as
<ESC> <optional minus> <digits> preceding the command character(s).
	------------  To run Mime TECO V35  ------------
>MIME outfile=infile	Edit "infile", produce "outfile" (not new "infile")
>MIME outfile/CR	Create a new file called "outfile"
>MIME =infile		Examine file "infile" without producing a new file
>MIME infile		Edit file "infile" (produces new version of "infile")
If an error or CTRL C gets you back to regular TECO mode, you can resume 
Mime edit mode by typing  MI  followed by two escapes (ESC).
