home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d180 / jed.lha / Jed / Jed.Help < prev    next >
Text File  |  1989-02-25  |  8KB  |  148 lines

  1.                  *------------------------------------------*            Page #1
  2.                  (       The Jam Editor Command Summary     )
  3. -----------------*------------------------------------------*------------------
  4.   F1    =  Save the Current file    |  SHIFT/F1   = Search Forward 
  5.   F2    =  Load a File                |  SHIFT/F2   = Search Backward
  6.   F3    =  Goto Top of Buffer         |  SHIFT/F3   = Query Replace
  7.   F4    =  Goto Bottom of Buffer    |  SHIFT/F4   = Display only one Window
  8.   F5    =  Goto Line #X             |  SHIFT/F5   = Show Screen Column and Row
  9.   F6    =  Page Down One Window     |  SHIFT/F6   = List all Active Buffers
  10.   F7    =  Page Up One Window        |  SHIFT/F7   = Goto Another Buffer
  11.   F8    =  Cut a Marked Block       |  SHIFT/F8   = Kill a Buffer
  12.   F9+F9 =  Paste a Block at Cursor  |  SHIFT/F9   = Repeat Character Many times
  13.   F10   =  Quit Editor (With save)  |  SHIFT/F10  = Quit Editor (Without save)
  14. ------------------------------------|------------------------------------------
  15.    Backspace     =  Backspace         |  SHIFT Backspace    = Backspace a word
  16.    Delete        =  Delete            |  SHIFT Delete      = Delete a word
  17.    Cursor Left   =  Left        |  SHIFT Cursor Left  = Beginning of Line
  18.    Cursor Right  =  Right        |  SHIFT Cursor Right = End of Line
  19.    Cursor Up     =  Up            |  SHIFT Cursor Up    = Page Up
  20.    Cursor Down   =  Down        |  SHIFT Cur.Down     = Page Down   Page #2
  21. -------------------------------------------------------------------------------
  22.  
  23.    COMMAND       Action Generated
  24.    -------     ----------------
  25.   
  26.   <CTRL + @>   = Set Mark at current position.
  27.   <CTRL + A>   = Move cursor to beginning of line.
  28.   <CTRL + B>   = Move cursor BACK one character.
  29.   <CTRL + C>   = Enter a new CLI window (in Jed).
  30.   <CTRL + D>   = DELETE current character.
  31.   <CTRL + E>   = Move cursor to END of line.
  32.   <CTRL + F>   = Move cursor FORWARD one character.
  33.   <CTRL + G>   = Abort any command.
  34.   <CTRL + H>   = (Backspace) delete previous character.
  35.   <CTRL + I>   = Insert a TAB char or TAB number of spaces
  36.   <CTRL + K>   = KILL (delete) to end of line.
  37.   <CTRL + L>   = Redisplay screen.(CLEAN UP if garbage)
  38.   <CTRL + M>   = End current line and start a new one.
  39.   <CTRL + N>   = Move cursor to NEXT line.                    Page #3
  40.   <CTRL + O>   = OPEN a new line.
  41.   <CTRL + P>   = Move to PREVIOUS line.
  42.   <CTRL + Q>   = QUOTE (insert the next character typed).
  43.   <CTRL + R>   = REVERSE Search.
  44.   <CTRL + S>   = Forward SEARCH.
  45.   <CTRL + T>   = TRANSPOSE character under cursor and Previous character.
  46.   <CTRL + U>   = Enter repeat count for next command.
  47.   <CTRL + V>   = VIEW the next screen (scroll up one screen).
  48.   <CTRL + W>   = Kill region (all text between cursor and last mark set).
  49.   <CTRL + Y>   = YANK (undelete) last text killed (deleted).
  50.   <CTRL + Z>   = Save file in current buffer and exit.
  51.  
  52. -------------------------------------------------------------------------------
  53.  
  54.   <CTRL + X> + !   = Deleted due to Guru problems - was Paragraph fill.
  55.   <CTRL + X> + =   = Show the cursor position on the current screen.
  56.   <CTRL + X> + (   = Begin keyboard Macro.
  57.   <CTRL + X> + )   = End keyboard Macro.
  58.   <CTRL + X> + 1   = Display only current window.                Page #4
  59.   <CTRL + X> + 2   = Split the current window.
  60.   <CTRL + X> + B   = Prompt for new BUFFER.
  61.   <CTRL + X> + E   = EXECUTE keyboard Macro.
  62.   <CTRL + X> + I   = Toggle the Auto Indentation Mode.
  63.   <CTRL + X> + K   = KILL a Bufffer.
  64.   <CTRL + X> + N   = Move to NEXT Onscreen window.
  65.   <CTRL + X> + P   = Move to PREVIOUS Onscreen window.
  66.   <CTRL + X> + T   = Toggle word wrap.
  67.   <CTRL + X> + Z   = Enlarge current window by repete count <CTRL+U> lines.
  68.  
  69. -------------------------------------------------------------------------------
  70.  
  71.   <CTRL+X> + <CTRL+B>  = Show active BUFFERS.
  72.   <CTRL+X> + <CTRL+C>  = EXIT without saving buffers.
  73.   <CTRL+X> + <CTRL+F>  = FIX a new BUFFER NAME.
  74.   <CTRL+X> + <CTRL+L>  = Change a region to LOWER case.
  75.   <CTRL+X> + <CTRL+O>  = Take OUT blank lines.
  76.   <CTRL+X> + <CTRL+N>  = Scroll current window up by repete count lines.
  77.   <CTRL+X> + <CTRL+P>  = Scroll Window Up (Repete Count) Lines.         Page #5
  78.   <CTRL+X> + <CTRL+R>  = READ File into Current Buffer.
  79.   <CTRL+X> + <CTRL+S>  = SAVE (write) Current Buffer into it's file.
  80.   <CTRL+X> + <CTRL+U>  = Change a region to UPPER case.
  81.   <CTRL+X> + <CTRL+V>  = VISIT a file. Read file and Display in Current Window.
  82.   <CTRL+X> + <CTRL+W>  = WRITE buffer to file.
  83.   <CTRL+X> + <CTRL+X>  = Swap  [Block Mark]  &  [Cursor Position].
  84.   <CTRL+X> + <CTRL+Z>  = Reduce current window by (Repete Count) lines.   
  85.  
  86. -------------------------------------------------------------------------------
  87.   <DEL>           Delete Previous Character.
  88. -------------------------------------------------------------------------------
  89.  
  90.   <ALT> + !        = Move Current Line (Repeat Count) Lines from Top of Window.
  91.   <ALT> + %        = Query Replace.
  92.   <ALT> + .        = Set mark at cursor position
  93.   <ALT> + >        = Move cursor to end of buffer.
  94.   <ALT> + <        = Move cursor to beginning of buffer.
  95.   <ALT> + B        = Move cursor BACK one word.
  96.   <ALT> + C        = CAPITALIZE word.                    Page #6
  97.   <ALT> + D        = DELETE next word.
  98.   <ALT> + E        = EXECUTE a Keyboard Macro
  99.   <ALT> + <DEL>    = DELETE previous word.
  100.   <ALT> + F        = Move cursor FORWARD one word.
  101.   <ALT> + L        = LOWERCASE (lowercase) next word.
  102.   (ALT> + M        = MOVE to a specified Line Number Page #6
  103.   <ALT> + Q        = QUEUE up a one CLI Command and return to JED.            
  104.   <ALT> + U        = Change next word to UPPERCASE.
  105.   <ALT> + V        = VIEW the previous screen (scroll down one screen).
  106.   <ALT> + W        = WACK a block out of the file to the KillBuffer.
  107.   <ALT> + Y        = YANK a Block out of the KillBuffer to the Current file.
  108.   <ALT> + <CTRL+H> = Delete backward word.
  109.   
  110. -------------------------------------------------------------------------------
  111.  
  112.                    *-----------------------------------*
  113.                    (      Making a Keyboard Overlay    )
  114.                    *-----------------------------------*
  115.                                                   Page #7
  116. When you begin to use Jed, the following keymap may prove helpful. You can
  117. print it out, then cut it out, and then put on your keyboard as an overlay!
  118. To Print the Keyboard Overlay, Press RIGHT MENUBUTTON Here ->  X 
  119.  
  120.     *--------------*--------*--------*-------*--------*-------------------
  121.     |The Jam Editor|   F1   |   F2   |   F3  |  F4    |  F5     | Over   |   
  122.     |--------------|--------|--------|-------|--------|---------|---------
  123.     | Function Key | Save   | Load   | TOF   |  EOF   |GotoLine | Lapped |     
  124.     |SFT/Funct Key |Search->|Search<-|Query->|1 Window|Col/Row  | Area   |
  125.     *--------------*--------*--------*-------*--------*-------------------
  126.  
  127.             *-----------*---------*---------*-------*-----------*
  128.             |    F6     |   F7    |   F8    |  F9   |    F10    |
  129.             |-----------|---------|---------|-------|-----------|
  130.             | Page Down | Page Up |Cut Block| Paste |Quit & Save|
  131.             | List Bufs.|Other Buf|Kill Buf.| Repeat| Quit Only |
  132.             *-----------*---------*---------*-------*-----------*
  133.  
  134.   X   <- Place cursor here (with the LEFT SELECT BUTTON), and           Page #8 
  135.      use PRINT BLOCK from the PROJECT MENU to print out the overlay.
  136.      Then cut it out along the dotted lines. Overlap the 2nd piece
  137.      (with F6 thru F10 on it) over the right edge of the 1st piece
  138.      (with F1 thru F5 on it), and place above Your  Function keys.
  139. -------------------------------------------------------------------------------
  140.  
  141.  
  142.  
  143.                 *--------------------------------------------*
  144.                 (    Happy Jam Editing - From Dan Burris     )
  145.                 *--------------------------------------------*
  146.            
  147.  
  148.