Deleting Lines

To demonstrate the Delete command, we’ll get rid of our memo template. On some systems, Qedit asks for confirmation before deleting a large number of lines. If so, you can cancel the deletion just by pressing Return; to confirm the deletion, type “yes” and press Return. The abbreviation for Delete is simply D :

  /d first/12    7   _MEMO TO: News Simulation Department    8   _    9   _DATE:  November 18, 2000   10   _   11   _FROM:    Marie Reimer, Publicity Department   12   _  DELETE 6 lines [no]? yes  

If you typed “yes” without due consideration, you now have a chance to take it back. Press Control-Y, and Qedit saves your bacon with the message “Undeleted!” But you must press Control-Y immediately: if you do anything else between the deletion and the rescue, Qedit will commit to the deletion. However, in this situation the Undo command can bring your lines back, even if you have made more changes. You must undo each change to the file in reverse order. See the “Qedit Commands” chapter of the manual for details.

Deleting Lines