home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 007.lha / temacs / emacs.doc < prev    next >
Text File  |  1986-11-10  |  4KB  |  76 lines

  1. <ctrl-@>        Set Mark at current position.
  2. <ctrl-A>        Move cursor to beginning of line.
  3. <ctrl-B>        Move cursor BACK one character. Same as Left Arrow key.
  4. <ctrl-C>        Push to a new interactive command shell. This seems to crash
  5.         the program once in awhile. Using POPCLI is safer.
  6. <ctrl-D>        DELETE current character under the cursor.
  7. <ctrl-E>        Move cursor to END of line.
  8. <ctrl-F>        Move cursor FORWARD one character. Same as Right Arrow key.
  9. <ctrl-G>        Abort any command.
  10. <ctrl-H>        Delete previous character. Same as Back Space.
  11. <ctrl-K>        KILL (delete) to end of line.
  12. <ctrl-L>        Redisplay screen. Use when returning to Emacs from another
  13.         window.
  14. <ctrl-N>        Move cursor to NEXT line. Same as Down Arrow key.
  15. <ctrl-O>        OPEN a new line at the cursor position.
  16. <ctrl-P>        Move to PREVIOUS line. Same as Up Arrow key.
  17. <ctrl-Q>        QUOTE the next character. Used for stuffing control charactors
  18.         into the text.
  19. <ctrl-R>        REVERSE Search. Search backwards from cursor position.
  20. <ctrl-S>        Forward SEARCH. Search forwards from cursor position.
  21. <ctrl-T>        TRANSPOSE characters to the left of the cursor.
  22. <ctrl-U>        Enter repete count for next command.
  23. <ctrl-V>        VIEW the next screen (scroll up one screen).
  24. <ctrl-W>        Kill region (all text between cursor and last mark set).
  25. <ctrl-Y>        YANK (undelete) last text killed (deleted).
  26. <ctrl-Z>        Save file in current buffer and exit. If you have multiple 
  27.         buffers, each must be saved separately.
  28. <ctrl-X>, (     Begin keyboard Macro.
  29. <ctrl-X>, )     End keyboard Macro.
  30. <ctrl-X>, 1     Display only current window.
  31. <ctrl-X>, 2     Split the current window.
  32. <ctrl-X>, B     Prompt for new BUFFER.
  33. <ctrl-X>, E     EXECUTE keyborad Macro.
  34. <ctrl-X>, K     KILL a buffer.
  35. <ctrl-X>, N     Move to NEXT window.
  36. <ctrl-X>, P     Move to PREVIOUS window.
  37. <ctrl-X>, Z     Enlarge current window by repete count <ctrl-U> lines.
  38.  
  39. <ctrl-X>, <ctrl-B> Display list of active BUFFERS.
  40. <ctrl-X>, <ctrl-C> Exit without saveing buffers.
  41. <ctrl-X>, <ctrl-N> Scroll current window up by repete count lines.
  42. <ctrl-X>, <ctrl-P> Scroll current window up by repete count lines.
  43. <ctrl-X>, <ctrl-R> READ file into current buffer.
  44. <ctrl-X>, <ctrl-S> SAVE (write) current buffer into its file.
  45. <ctrl-X>, <ctrl-V> VISIT a file. Read file and display in current window.
  46. <ctrl-X>, <ctrl-W> WRITE buffer to file.
  47. <ctrl-X>, <ctrl-Z> Reduce current window by repete count lines.
  48.  
  49. <del>           delete previous character.
  50.  
  51. <esc>, !        Move current line to repete count lines from top of window.
  52. <esc>, >        Move cursor to end of buffer.
  53. <esc>, <        Move cursor to beginning of buffer.
  54. <esc>, B        Move cursor BACK one word.
  55. <esc>, C        CAPITALIZE (Capitalize) word.
  56. <esc>, D        DELETE next word.
  57. <esc>, <del>    DELETE previous word. <Shift>, <Back Space> and 
  58.         <esc>, <Back Space> do the same thing.
  59. <esc>, F        Move cursor FORWARD one word.
  60. <esc>, L        LOWERCASE (lowercase) next word.
  61. <esc>, U        UPPERCASE (UPPERCASE) next word.
  62. <esc>, V        VIEW the previous screen (scroll down one screen).
  63.  
  64. Unshifted:                Shifted:
  65. --------------------------------      ------------------------------------
  66. F1 = Visit file                F1 = Save current file
  67. F2 = Select Buffer              F2 = List current buffers
  68. F3 = Select Next Window              F3 = Select Previous Window
  69. F4 = Split current window          F4 = Display only current window
  70. F5 = Reduce window size by count    F5 = Increase size by count
  71. F6 = Scroll window up 1 line          F6 = Scroll window down 1 line
  72. F7 = Statistics/current line          F7 = Move current line to count line
  73. F8 = Open new line.            F8 = ????
  74. F9 = Execute KB macro            F9 = Swap mark and current location
  75. F10 = Quit without saving        F10 = Save and exit
  76.