		Vedit Control and Command Summary  12/14/84

Home		ESC CTRL Q	Screen Toggle		ESC V
Zend		ESC CTRL Z	BackSpace		DEL
Cursor Up	UP ARROW	Erase end line		CTRL U
Cursor down	DOWN ARROW	Erase line		CTRL Y
Cursor right	RIGHT ARROW	Delete word left	CTRL K
Cursor left	LEFT ARROW	Delete word right	CTRL L
ZIP		CTRL T		Undo			ESC ESC
New Line	CTRL J		Nxt Char Literal	ESC L
Scroll Up	CTRL E		Toggle Insert mode	CTRL V
Scroll Down	CTRL X		Repeat			ESC ]
Scroll right	CTRL D		Indent			CTRL P
Scroll left	CTRL S		undent			CTRL O
Word left	CTRL A		Find			ESC F
Word right	CTRL F		Replace			ESC R
Par up		CTRL R		Cancel			ESC O
Par down	CTRL C		copy text		ESC C
Page up		CTRL W		Move text		ESC M
Page down	CTRL Z		Insert text		ESC I
Set text marker	ESC S		Format paragraph	ESC B
Goto txt marker	ESC G		Visual Escape		ESC E
Visual exit	ESC X		** PRESS ANY KEY TO CONTINUE ** 
		Command Summary
EA 			Save file and reload
EBfile			Open file for read and write. Auto read.
EC			Change disks for read/write error recovery.
ED			Display Disk directory. optional drive spec and ?
EGfile[Line Range]	Insert the specified line number range of the file
			file into the text buffer at the edit position.
nEI			Inser the character whose decimal value is n.
EKfile			Erase (kill) the file file from the disk.
mEO			Send m lines to the printer. (0EO)
EP n m 			Change the value of parameter n to m.
	1		Cursor type  				(0,1,2)
	2		Cursor blink rate			(10-100)
	3		Indent increment			(1-20)
	4		Lower case convert			(0,1 or 2)
	5		Conditional convert character 		(32-126)
	6		Display line and column number		(0,1,2,3)
	7		Word wrap column ( 0 = off) 		(0-255)
	8		Bit 7 suppressed (0/input 1/output)	(0-7)
	9		Cursor positioning option		(0-2)
	10		Virtual line length with scrolling	(40-255)
	11		Horozontal scroll increment		(1-100)

**  Pres any key to continue ** 
EQ			Quit thr current editing session without saving file.
ERfile			Open the file file for input.
ES n m			Change the value of switch n to m
	1		Expand tab with spaces.		(0=NO 1=YES)
	2		Auto bufferring in visual mode.	(0=NO,1=YES,2=BACK)
	3		Start in visual mode.		(0=NO, 1=YES)
	4		Point past text register insert.(0=NO, 1=YES)
	5		Ignore UC / LC search distintion.(0=NO,1= YES)
	6		Clear screen on visual exit.	(0=NO, 1= YES)
	7		Reverse upper and lower case.	(0=NO, 1=YES)
	8		Suppress search errors.		(0=NO, 1=YES)
	9		Explicit string terminators.	(0=NO, 1=YES)
ET			Set new tab positions.
EV			Print the VEDIT version number.
EWfile			Open the file file for output and create backup.
EX			Write output file and return to CPM.
EY			Finish writing and close output file.
EZ			Quit current editing session and remain in VEDIT.

** Press any key to continue ** 

	Text Register Commands

R*			Treat following line as a comment.
RDr			Dump contents of register r on the console.
RIrtext<ESC>		Insert text into register r
RLrfile			Load register r from file file.
RPr			Send contents of register to line printer.
RSrfile			Save contents of register in file file.
RT r			Type contents of register r on console.
RU			Display size of each text register.

	Numeric Register Commands

nXAr			Add n to value in register r.
nXSr			Set value of register r to n.
XTr			Type decimal value of r

** Hit any key to continue  **


	Miscellaneous Commands

YI			Route following console output to text buffer.
YL			Route following console output to printer.a
YR			Type the read input file on console.
mYS			Strip m lines of bit 7.
YTtext<ESC>		Type text on console on console.
YW			Type the write output file name.

** Press any key to continue ** 

	Search Pattern Matching Codes

|A			Match any alphabetic letter, upper or lower case.
|B			Match a blank - single space or tab.
|C			Match any control character.
|D			Match any numeric digit - "0" - "9"
|L			Match line terminator - line feed, form feed, or EOF.
|M			Multi match any sequence of zero or more charactors.
|N			Match any except "|" or following character.
|R			Match any alphanumeric - a letter or a digit.
|S			Match any seperator - not a letter or a digit.
|U			Match any upper case letter.
|V			Match any lower case letter.
|W			Match any white space - single or multiple spaces 
			or tabs.
|X			Match any character.
||			Character to be used when searching for a |

**  Press any key to resume editing ** 

