home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / misc3 / emacsed.lzh / EMACSDOC.ARC / EMACS.KEY < prev    next >
Encoding:
Text File  |  1986-10-27  |  4.6 KB  |  95 lines

  1.         Default Key Bindings for MicroEmacs 3.7        (06/05/86)
  2.         ========================================
  3.  
  4.  ^A   Move to start of line           
  5.  ^B   Move backward by characters     ESC B   Backup by words
  6.  ^C   Insert space                    ESC C   Initial capitalize word
  7.  ^D   Forward delete                  ESC D   Delete forward word
  8.  ^E   Goto end of line                     
  9.  ^F   Move forward by characters      ESC F   Advance by words
  10.  ^G   Abort out of things             ESC G   Go to a line
  11.  ^H   Backward delete                 
  12.  ^I   Insert tab/Set tab stops
  13.  ^J   Insert CR-LF, then indent                     
  14.  ^K   Kill forward                    ESC K   Bind Key to function
  15.  ^L   Refresh the screen              ESC L   Lower case word
  16.  ^M   Insert CR-LF                    ESC M   Add global mode
  17.  ^N   Move forward by lines           ESC N   Goto End paragraph
  18.  ^O   Open up a blank line            
  19.  ^P   Move backward by lines          ESC P   Goto Begining of paragraph
  20.  ^Q   Insert literal                  ESC Q   Fill current paragraph
  21.  ^R   Search backwards                ESC R   Search and replace
  22.  ^S   Search forward
  23.  ^T   Transpose characters                     
  24.  ^U   Repeat command four times       ESC U   Upper case word
  25.  ^V   Move forward by pages           ESC V   Move backward by pages
  26.  ^W   Kill region                     ESC W   Copy region to kill buffer
  27.  ^Y   Yank back from killbuffer       ESC X   Execute named command
  28.  ^Z   Move backward by pages          ESC Z   Save all buffers and exit
  29.  
  30.  ESC ^C   Count words in region       ESC ~   Unmark current buffer
  31.  ESC ^H   Delete backward word        ESC !   Reposition window
  32.  ESC ^K   Unbind Key from function    ESC <   Move to start of buffer
  33.  ESC ^L   Reposition window           ESC >   Move to end of buffer
  34.  ESC ^M   Delete global mode          ESC .   Set mark
  35.  ESC ^N   Rename current buffer       ESC space    Set mark
  36.  ESC ^R   Search & replace w/query    ESC rubout   Delete backward word
  37.  ESC ^V   Scroll next window down         rubout   Backward delete       
  38.  ESC ^W   Delete Paragraph
  39.  ESC ^Z   Scroll next window up
  40.  
  41.  ^X ?   Describe a key             ^X !   Run 1 command in a subjob
  42.  ^X =   Show the cursor position   ^X @   Pipe DOS command to buffer
  43.  ^X ^   Enlarge display window     ^X #   Filter buffer thru DOS filter
  44.  ^X 0   Delete current window      ^X (   Begin macro
  45.  ^X 1   Delete other windows       ^X )   End macro
  46.  ^X 2   Split current window
  47.  
  48.  ^X ^B   Display buffer list       ^X B   Switch a window to a buffer
  49.  ^X ^C   Exit MicroEMACS           ^X C   Start a new command processer
  50.                                    ^X D   Suspend MicroEMACS (BSD4.2 only)
  51.                                    ^X E   Execute macro
  52.  ^X ^F   Find file                 ^X F   Set fill column
  53.  ^X ^I   Insert file
  54.                                    ^X K   Delete buffer
  55.  ^X ^L   Lower case region
  56.  ^X ^M   Delete Mode               ^X M   Add a mode
  57.  ^X ^N   Move window down          ^X N   Rename current filename
  58.  ^X ^O   Delete blank lines        ^X O   Move to the next window
  59.  ^X ^P   Move window up            ^X P   Move to the previous window
  60.  ^X ^R   Get a file from disk      ^X R   Incremental reverse search
  61.  ^X ^S   Save current file         ^X S   Incremental forward search
  62.  ^X ^U   Upper case region
  63.  ^X ^V   View file
  64.  ^X ^W   Write a file to disk      ^X W   resize Window
  65.  ^X ^X   Swap "." and mark         ^X X   Use next buffer
  66.  ^X ^Z   Shrink window             ^X Z   Enlarge display window
  67.  
  68. Only under PCDOS:
  69.  <ALT>-S Hunt forward        SHIFT <F1> - <F10>
  70.  <ALT>-R Hunt backward           Execute macroes 1 - 10
  71.  
  72. Unbound commands:
  73. =================
  74. describe-bindings    pull the list of current bindings into a window
  75. clear-message-line      clears the message line (for in macroes)
  76. execute-buffer        execute a buffer od command lines
  77. execute-command-line    execute a command line (n <command> <args>)
  78. execute-file        execute a file of command lines
  79. execute-named-command    execute a command by name (w/command completion)
  80. execute-macro-[1-20]    execute macroes 1 thru 20
  81. hunt-forward        find next occurance of search string
  82. hunt-backward        find last occurance of search string
  83.  
  84. Usable Modes
  85. ============
  86. WRAP     Lines going past right margin "wrap" to a new line
  87. VIEW     Read-Only mode where no modifications are allowed
  88. CMODE    Change behavior of some commands to work with C better
  89. EXACT    Exact case matching on search strings
  90. OVER     Overwrite typed characters instead of inserting them
  91. MAGIC    Use regular expresion matching in searches [NOT READY YET]
  92.  
  93. WHITE/CYAN/MAGENTA/YELLOW/BLUE/RED/GREEN/BLACK    Sets foreground color
  94. white/cyan/magenta/yellow/blue/red/green/black    Sets background color
  95.