home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / mutt / cmds.doc < prev    next >
Text File  |  1988-08-15  |  3KB  |  93 lines

  1.     Notes:
  2.       C-X means control-X. C-X1 means control-X followed by 1.
  3.       M-X means meta-x or escape X.
  4.       n means argument prefix (set by C-U).
  5.       dot is current cursor position.
  6.       
  7.     ME  COMMAND  SUMMARY
  8.     C-@    Set mark at current position (dot).
  9.     C-A    Move cursor to beginning of line.
  10.     C-B    Move cursor back one character.
  11.     C-C    Exit without saving buffers (same as C-XC-C).
  12.     C-D    Delete current character.  If n then save to kill buffer.
  13.     C-E    Move cursor to end of line.
  14.     C-F    Move cursor forward one character.
  15.     C-G    Abort any command. (shades of Teco).
  16.     C-H    (backspace) Delete previous character.
  17.           If n, save to kill buffer.
  18.     C-I    Tab.
  19.     C-J    Newline and match indent of previous line.
  20.     C-K    Kill (delete) to end of line.
  21.           If n = 0: kill from begining of line to dot.
  22.           If n > 0: kill forward over n newlines.
  23.           If n < 0: kill backword over n newlines.
  24.     C-L    Redisplay screen.  If n, center cursor.
  25.     C-M    Carriage return.
  26.     C-N    Move cursor to next line.
  27.     C-O    Open a new line.
  28.     C-P    Move to previous line.
  29.     C-Q    Quote the next character (insert the next character typed).
  30.     C-R    Reverse search.
  31.     C-S    Forward search.
  32.     C-T    Transpose characters.
  33.     C-U    Enter repeat count for next command (set n).
  34.     C-V    View the next screen (scroll up one screen).
  35.     C-W    Kill region (all text between cursor and last mark set).
  36.     C-Y    Yank (undelete) last text killed (deleted).
  37.     C-_    Push to a new interactive command shell.
  38.     C-^    Quote the next character (same as C-Q).
  39.     C-\    Forward search (same as C-S).
  40.     
  41.     C-X!    Fork a command.
  42.     C-X(    Begin keyboard macro.
  43.     C-X)    End keyboard macro.
  44.     C-X1    Display only current window.
  45.     C-X2    Split the current window.
  46.     C-XB    Prompt for new buffer.  If given n, buffer must exist.
  47.     C-XE    Execute keyboard macro.
  48.     C-XK    Kill a buffer.
  49.     C-XN    Move to next window.
  50.     C-XP    Move to previous window.
  51.     C-XZ    Enlarge current window by n lines.
  52.     
  53.     C-XC-C    Exit without saving buffers.
  54.     C-XC-F    Visit file.
  55.     C-XC-G    Abort.
  56.     C-XC-I    Insert file at dot.
  57.     C-XC-L    Lower case region.
  58.     C-XC-N    Scroll current window up by n lines.
  59.     C-XC-O    Use existing buffer.  Same as C-UC-XB
  60.     C-XC-P    Scroll current window down by n lines.
  61.     C-XC-R    Read file into current buffer.  Defaults to current file name.
  62.     C-XC-S    Save (write) current buffer to its file.
  63.           Only writes if changed.
  64.     C-XC-U    Uppercase region.
  65.     C-XC-V    Visit a file. Read file and display in current window.
  66.     C-XC-W    Write buffer to file.  Defaults to current file name.
  67.           Always writes.
  68.     C-XC-X    Swap dot and mark.
  69.     C-XC-Z    Reduce current window by n lines.
  70.     
  71.     <del>    delete previous character.
  72.     
  73.     M-!    Move current line to n lines from top of window.
  74.         if n = 0 center cursor.
  75.     M-SPACE Set mark.
  76.     M-<    Move cursor to beginning of buffer.
  77.     M->    Move cursor to end of buffer.
  78.     M-?    List all commands that have keyword in them.
  79.     M-B    Move cursor back one word.
  80.     M-C    Capitalize word.
  81.     M-D    Delete next word.
  82.     M-DEL    Delete previous word.
  83.     M-F    Move cursor forward one word.
  84.     M-G    Move cusor to line specified by n.
  85.      M-C-G    Abort.
  86.     M-L    Lowercase next word.
  87.     M-Q    Query replace.  Mark is set to begining of search.
  88.     M-U    Uppercase next word.
  89.     M-V    View the previous screen (scroll down one screen).
  90.     M-W    Copy region to kill buffer.
  91.     M-X    Execute meta command (such as goto-line).  Command
  92.           completation when SPACE typed.
  93.