119304Speter#	@(#)ev	8.4 (Berkeley) 4/29/94
219304Speter
319304SpeterEv:	Vi:	Result:
419304Speter<CK>	<CK>	(Cursor keys).  Move around the file.
519304Speter
619304SpeterMeta key commands:
719304Speter^A<#>	<#>G	Goto line #.
819304Speter^A$	G	Goto the end of the file.
919304Speter^A/	/	Prompt and execute a forward search.
1019304Speter^A:	:	Prompt and execute an ex command.
1119304Speter^A?	?	Prompt and execute a backward search.
1219304Speter^Ac	y'<c>	Copy to mark in line mode (or copy the current line).
1319304Speter^AC	y`<c>	Copy to mark in character mode.
1419304Speter^Ad	d'<c>	Delete to mark in line mode (or delete the current line).
1519304Speter^AD	d`<c>	Delete to mark in character mode.
1619304Speter^Aj	J	Join lines.
1719304Speter^Am	m<c>	Mark the current cursor position.
1819304Speter^AN	N	Repeat search in the reverse direction.
1919304Speter^An	^A	Search for the word under the cursor.
2019304Speter^Ar	u	Redo a command.
2119304Speter^Au	u	Undo a command.
2219304Speter
2319304SpeterSingle key commands:
2419304Speter^B	^B	Page up a screen.
2519304Speter^C	^C	Interrupt long-running commands.
2619304Speter^D	^D	Page down a half-screen.
2719304Speter^E	$	End of line.
2819304Speter^F	^F	Page down a screen.
2919304Speter^G	^G	File status/information.
3019304Speter^H	X	Delete the character to the left of the cursor.
3119304Speter^I (TAB)
3219304Speter^J	j	Cursor down one line.
3319304Speter^K	k	Cursor up one line.
3419304Speter^L	^L	Redraw the screen.
3519304Speter^M (CR)	^M	In insert mode, split the line at the current cursor,
3619304Speter		creating a new line.
3719304Speter		In overwrite mode, cursor down one line.
3819304Speter^N	n	Repeat previous search, in previous direction.
3919304Speter^O (UNUSED)
4019304Speter^P	p	Paste the cut text at the cursor position.
4119304Speter^Q (XON/XOFF)
4219304Speter^R (UNUSED)
4319304Speter^S (XON/XOFF)
4419304Speter^T	D	Truncate the line at the cursor position.
4519304Speter^U	^U	Page up a half-screen.
4619304Speter^V<c>	^V<c>	Insert/overwrite with a literal next character.
4719304Speter^W	w	Move forward one whitespace separated word.
4819304Speter^X	x	Delete the current character.
4919304Speter^Y (UNUSED)
5019304Speter^Z	^Z	Suspend.
5119304Speter
5219304SpeterNew ex mode commands:
5319304Speter
5419304Speter^A:set ov[erwrite]	Toggle "insert" mode, so that input keys overwrite
5519304Speter			the existing characters.
56