			CURSOR MOVEMENT COMMANDS
			~~~~~~~~~~~~~~~~~~~~~~~~
     ^H   Cursor left / Backspace	^P   Top of screen
     ^U   Cursor right			^P^P Previous screen
     ^K   Cursor up			^N   Bottom of screen
     ^J   Cursor down			^N^N Next Screen
     ^A   Start of line			^T   Top of buffer
     ^E   End of line			^B   Bottom of buffer

	DELETING AND INSERTING			MISCELLANEOUS
	~~~~~~~~~~~~~~~~~~~~~~			~~~~~~~~~~~~~
     DEL  Delete backward		^M   Insert carriage return
     ^D   Delete forward		TAB  Insert a tab
     ^X   Erase line			^O   Toggle overstrike/insert mode
   ^X^X   Delete line			^W   Toggle word-wrap
     ^Y   Yank text to end-of-line	^F   Toggle spaces/real tabs
     ^G   Get and insert deleted line   ^L   Redraw display
.
				 MODES
				 ~~~~~
  The status line indicates the settings of certain editing modes:

	Mode	Meaning
	~~~~	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	  O	Overstrike is on, characters overlap at the cursor
	  o	Overstrike is off, characters are inserted at the cursor

	  T	TAB key inserts real tabs
	  t	TAB key inserts spaces to mimic tabbing

	  W	Word-wrap is on, words wrap at the end of each line
	  w	Word-wrap is off, words do not wrap
.
			    THE COMMAND LINE
			    ~~~~~~~~~~~~~~~~
  Press ESC to bring up the command line, which recognizes the following:

     Append	Appends a file to the end of the buffer.

     Find	Finds a pattern of text.

     Info	Information on the current buffer's contents.

     New	Works on a new file.

     Quit	Quit the editor.

     Replace	Replaces occurences of a pattern to the end of the buffer.

     Save	Saves the buffer to the file.

     Write	Writes the buffer to a different file.
$
