home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / se / part8 / se_h / u < prev    next >
Encoding:
Text File  |  1986-11-30  |  804 b   |  19 lines

  1.      u    -- Undo command.
  2.  
  3.            default range                 syntax
  4.                 .                         u[d]
  5.  
  6.         1.  "u" is used to undo modifications to  a  line  immediately
  7.         after  changes  are  made.  E.g.  if you substituted "pat" for
  8.         "hat" in a line, to reverse that operation immediately, simply
  9.         type "u" (RETURN).
  10.  
  11.         2.  "ud" is used to restore a group of lines  that  have  been
  12.         delete  E.g.   if  "n,md"  deletes lines n thru m, then if you
  13.         position the curser to line n-1 and  issue  "ud"  the  deleted
  14.         lines  will  appear.   (Or you can set the od toggle to od< so
  15.         that the line pointer is automatically set to n-1.
  16.  
  17.         To return to the command directory, type "hcomdir."
  18.         See also:  "hd" and "hod".
  19.