For a full description of mined commands, see the manual page, 
or select help manual (F1 m).
Mined commands are either mapped to control keys, function keys, 
or sequences starting with the ESCape key.
Apart from cursor movement (see help on "keyboard"), the most important 
commands are:

^] or ESC ^	Set mark (to remember the current location).
		(with HOP it moves to the remembered location)
^Y / ^U		Copy / Cut text between mark and cursor into paste buffer.
^P		Paste contents of paste buffer to current position.
ESC b		Copy contents of buffer into a file. (appends with HOP)
ESC i		Insert file at current cursor position.

^G or ESC g	Goto (various options, also used as HOP key).
ESC / or F8	Search.
ESC ,		Search and replace.
ESC r		Search and replace with confirmation.
ESC ESC		Save file (if needed) and exit.
ESC q		Quit, don't save (confirm if text modified).
ESC h or F1	Help.

ESC <		Set left margin for justification.
ESC ;		Set left margin of first line of paragraph only.
ESC :		Set left margin of next lines of paragraph only.
ESC >		Set right margin for justification.
ESC j		Justify (word-wrap) paragraph.

CChhaarraacctteerr  iinnppuutt  ssuuppppoorrtt
^V for various kinds of special character input:
^V control-char      enters the control character.
^V [, |, ], __, ^^   enters the corresponding control character.
^V <accent> <char>   enters an accented character composed accordingly.
^V # xxxx            enter character with hexadecimal value (also Unicode)
^V # # xxxxxx        enter character with octal value (also Unicode)
Entering character mnemonics in UTF-8 mode:
^V <space> <name> <space> , or:
^V <char> <char>     enters a character by mnemonic character name;
                     recognised mnemonics are those of RFC 1345, HTML, 
                     TeX, and some others.
Examples:
	"^Vae" enters the "ae" ligature, 
	"^V not " enters the negation symbol,
	"^V#20ac" or "^V euro " enters the euro character,
	"^Va*" or "^V a* " enters the Greek small letter alpha,
	"^V ae' " enters the Latin ligature ae with acute accent
