home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / CDOS10BT.ZIP / CDOS10BT.TD0 / HELP.EDX < prev    next >
Encoding:
Text File  |  1989-01-26  |  6.2 KB  |  197 lines

  1. .K default
  2. CURSOR MOTION COMMANDS
  3.     KEY        ACTION
  4.     up arrow    Up
  5.     down arrow    Down
  6.     left arrow    Left
  7.     right arrow    Right
  8.     PgUp        Page up
  9.     PgDn        Page down
  10.     Ctrl-left arw    Word left
  11.     Ctrl-rght arw    Word right
  12.     Home        Beginning of buffer
  13.     End        End of buffer
  14.     F3        Beginning of window
  15.     F4        End of window
  16.     F5        Beginning of line
  17.     F6        End of line
  18.     Alt-g        Go to line (prompts)
  19.  
  20.  
  21.  
  22.  
  23.  
  24. This is the first of 4 help screens; press Alt-h again for second screen.
  25. .M default2
  26. EDITING COMMANDS
  27.     KEY        ACTION
  28.     Backspace    Delete character to left of cursor
  29.     Del        Delete character at cursor
  30.     Alt-d or F9    Delete entire line
  31.     Alt-F9        Delete line to right of cursor
  32.     Alt-u        Insert last deleted line above cursor (undo)
  33.     Alt-a        Get blank line below cursor
  34.     Alt-i        Get blank line above cursor
  35.     Ins        Toggle between insert and overstrike mode
  36.  
  37. FILE COMMANDS
  38.     KEY        ACTION
  39.     Alt-e        Edit new file (prompts)
  40.     Alt-f        Change file name for next write (prompts)
  41.     Alt-r        Read file into buffer below cursor (prompts)
  42.     Alt-w        Write contents of buffer to file (might prompt)
  43.  
  44.  
  45.  
  46.  
  47.  
  48. Press Alt-h again for third help screen.
  49. .M default3
  50. BLOCK COMMANDS
  51.     KEY        ACTION
  52.     Alt-k or F8    Mark lines to copy, move or delete
  53.     Alt-c        Copy marked lines below cursor
  54.     Alt-m        Move marked lines below cursor
  55.     Ctrl-d        Delete marked lines
  56.  
  57. SEARCH AND TRANSLATE COMMANDS
  58.     KEY        ACTION
  59.     Alt-s or F10    Search for characters that match a pattern (prompts)
  60.     Alt-F10        Continue search
  61.     Alt-t        Translate characters that match a pattern (prompts)
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. Press Alt-h again for fourth help screen.
  73. .M default4
  74. WINDOW AND BUFFER COMMANDS
  75.     KEY        ACTION
  76.     Alt-1 or F1    Edit in window 1
  77.     Alt-2 or F2    Edit in window 2 (split screen if necessary)
  78.     Alt-o        Restore screen to one window
  79.     Alt-b        Swap to different buffer (prompts)
  80.  
  81. MISCELLANEOUS COMMANDS
  82.     KEY        ACTION
  83.     Alt-x        Exit from DREDIX or exit from prompt
  84.     Alt-p        Display status of files, buffers, windows, etc.
  85.     Alt-h or F7    Get help
  86.  
  87.  
  88. Characters typed on the alphanumeric keyboard (including tab) are inserted at
  89. the cursor, pushing the rest of the text on the line to the right. Inserting a
  90. RETURN splits a line; deleting a RETURN joins two lines.
  91.  
  92. Additional help is available whenever DREDIX prompts you for additional
  93. information (for example, a file name).  You may press Alt-h at any time,
  94. and DREDIX will give the help that you need.
  95. .M default
  96. .K Pattern
  97. Type a pattern to be searched for followed by a RETURN. If you want to cancel
  98. this command, press Alt-x after pressing the space bar.
  99.  
  100. Simple patterns consist of letters, numbers and most special symbols. Upper
  101. and lower case letters are different. Special characters can be used to build
  102. more complex patterns.  If you don't want a character to be special, precede
  103. it with \ (backslash).
  104.  
  105.  
  106. CHAR    SPECIAL MEANING
  107.  
  108. *    Matches any string of zero or more characters.
  109. ?    Matches any single character except end-of-line.
  110. \    Makes next character (*, ? or \) non-special.
  111. .K Replacemen
  112. Type text to replace text that the pattern matches, followed by a RETURN. The
  113. RETURN isn't part of the replacement text.
  114.  
  115. If and when a match is found, you will be prompted to enter one of three
  116. responses:
  117.  
  118. RESPONSE    ACTION
  119.  
  120. Alt-x        Terminate the translation process. Translations that were
  121.         already made will remain made.
  122.  
  123. l        (local) Perform this translation, and go on to the next match.
  124.  
  125. g        (global) Perform this translation and all other translations.
  126.  
  127. [space bar]    Skip this translation, but go on to the next match. Hitting any
  128.         other key is equivalent to hitting the space bar.
  129.  
  130. If you want to cancel this command, press Alt-x after the space bar.
  131. .K treply
  132. DREDIX is ready to make the translation you requested, but first it wants your
  133. approval.  You must respond with one of the following:
  134.  
  135. RESPONSE    ACTION
  136.  
  137. Alt-x        Terminate the translation process. Translations that were
  138.         already made will remain made.
  139.  
  140. l        (local) Perform this translation, and go on to the next match.
  141.  
  142. g        (global) Perform this translation and all other translations.
  143.  
  144. [space bar]    Skip this translation, but go on to the next match. Hitting any
  145.         other key is equivalent to hitting the space bar.
  146.  
  147. (The most likely response is pressing "l" or "g".)
  148. .K File
  149. Type a file name followed by a RETURN.
  150.  
  151. If you want to cancel this command, press Alt-x after pressing the space bar.
  152. .K Line
  153. Type a line number (from 1 to the number of lines in the buffer) followed by a
  154. RETURN.
  155.  
  156. If you omit the line number or use a line number of zero, you will go to the
  157. first line of the marked block.
  158.  
  159. If you want to cancel this command, press Alt-x after pressing the space
  160. bar.
  161. .K Buffer num
  162. Type a buffer number or file name followed by a RETURN.
  163.  
  164. The buffer you specify will be brought into the current window.  If the buffer
  165. was previously associated with some other window, then the two windows will
  166. exchange buffers.  Otherwise, the old buffer will not be associated with any
  167. window.  In any event, the old buffer will remain undisturbed, and you can
  168. change back to it later.
  169.  
  170. If you specify a file name and there is a buffer associated with that name,
  171. then that buffer's number will be used.
  172.  
  173. If the file you specify isn't associated with any buffer, then an error
  174. message will be given.
  175.  
  176. If you want to cancel this command, press Alt-x after the space bar.
  177. .K OK to lose
  178. If you just issued an edit (Alt-e) command, then the problem is that you
  179. haven't yet written out the changes you made to the current buffer. If you
  180. respond with "y" followed by a RETURN, then you will lose the changes.
  181.  
  182. To get a chance to write out the changes with a write (Alt-w) command,
  183. respond with "n" or any character other than "y".
  184.  
  185. If you just tried to exit (Alt-x), then the problem is that some buffer
  186. (not necessarily the one associated with the current window) hasn't been
  187. written out.  If you're not sure which buffer it is, type "n" followed by a
  188. RETURN and use the Alt-p command to get a status display.
  189. .K memfull
  190. Memory to store text is full!
  191.  
  192. No more text can be read in, and no more editing can be done.
  193.  
  194. You should exit from DREDIX immediately and start over.  If you have made
  195. changes that you want to save, you may issue a write command.  If you haven't
  196. made any changes, just exit.
  197.