		Default Key Bindings for MicroEmacs 3.6
		=======================================

 ^A   Move to start of line           
 ^B   Move backward by characters     ESC B   Backup by words
 ^C   Insert space                    ESC C   Initial capitalize word
 ^D   Forward delete                  ESC D   Delete forward word
 ^E   Goto end of line                     
 ^F   Move forward by characters      ESC F   Advance by words
 ^G   Abort out of things             ESC G   Go to a line
 ^H   Backward delete                 
 ^I   Insert tab                     
 ^J   Insert CR-LF, then indent                     
 ^K   Kill forward                    ESC K   Bind Key to function
 ^L   Refresh the screen              ESC L   Lower case word
 ^M   Insert CR-LF                    ESC M   Set global mode
 ^N   Move forward by lines           ESC N   Goto End paragraph
 ^O   Open up a blank line            
 ^P   Move backward by lines          ESC P   Goto Begining of paragraph
 ^Q   Insert literal                  ESC Q   Fill current paragraph
 ^R   Search backwards                ESC R   Search and replace
 ^S   Search forward                  ESC S   Suspend editor (BSD4.2 only)
 ^T   Transpose characters                     
                                      ESC U   Upper case word
 ^V   Move forward by pages           ESC V   Move backward by pages
 ^W   Kill region                     ESC W   Copy region to kill buffer
 ^Y   Yank back from killbuffer       ESC X   Execute named command
 ^Z   Move backward by pages          ESC Z   Save file and exit

 ESC ^H   Delete backward word        ESC !   Reposition window
 ESC ^K   Unbind Key from function    ESC <   Move to start of buffer
 ESC ^L   Reposition window           ESC >   Move to end of buffer
 ESC ^M   Delete global mode          ESC .   Set mark
 ESC ^N   Rename current buffer       ESC space    Set mark
 ESC ^R   Search & replace w/query    ESC rubout   Delete backward word
 ESC ^V   Scroll next window down         rubout   Backward delete       
 ESC ^W   Delete Paragraph
 ESC ^Z   Scroll next window up

 ^X ?   Describe a key             ^X !   Run 1 command in a subjob
 ^X =   Show the cursor position   ^X (   Begin macro
 ^X ^   Enlarge display window     ^X )   End macro
 ^X 1   Make current window only one
 ^X 2   Split current window

 ^X ^B   Display buffer list       ^X B   Switch a window to a buffer
 ^X ^C   Exit MicroEMACS           ^X C   Start a new command processer
                                   ^X D   Suspend MicroEMACS (BSD4.2 only)
                                   ^X E   Execute macro
 ^X ^F   Find file names           ^X F   Set fill column
 ^X ^I   Insert file
                                   ^X K   Make a buffer go away
 ^X ^L   Lower case region
 ^X ^M   Delete Mode               ^X M   Set a mode
 ^X ^N   Move window down          ^X N   Rename current filename
 ^X ^O   Delete blank lines        ^X O   Move to the next window
 ^X ^P   Move window up            ^X P   Move to the previous window
 ^X ^R   Get a file from disk
 ^X ^S   Save current file         ^X S   Save current file
 ^X ^U   Upper case region
 ^X ^V   View file
 ^X ^W   Write a file to disk      ^X X   Use next buffer
 ^X ^X   Swap "." and mark
 ^X ^Z   Shrink window             ^X Z   Enlarge display window

Only under PCDOS:
 <ALT>-S Hunt forward
 <ALT>-R Hunt backward

Unbound commands:
=================
describe-bindings	pull the list of current bindings into a window
execute-buffer		execute a buffer od command lines
execute-command-line	execute a command line (n <command> <args>)
execute-file		execute a file of command lines
execute-named-command	execute a command by name (w/command completion)
hunt-forward		find next occurance of search string
hunt-backward		find last occurance of search string

Usable Modes
============
WRAP     Lines going past right margin "wrap" to a new line
VIEW     Read-Only mode where no modifications are allowed
CMODE    Change behavior of some commands to work with C better
EXACT    Exact case matching on search strings
OVER     Overwrite typed characters instead of inserting them
