home *** CD-ROM | disk | FTP | other *** search
/ ftp.robelle3000.ai 2014 / 2014.06.ftp.robelle3000.ai.tar / ftp.robelle3000.ai / faq / q8.txt < prev    next >
Text File  |  1995-10-10  |  761b  |  17 lines

  1. Re-inserting the Same Text. One common editing function in Visual mode
  2.  
  3. is  to  copy the same text to many different places. Users often mark the text
  4. they want to copy, add it at one place and then go back and mark the  original
  5. block  again.  This  is  actually unnecessary because cut-and-paste operations
  6. save the lines they process in a temporary file  "Hold0".  To  copy  from  the
  7. Hold0 file, use these special functions:
  8.  
  9.          A0   copy "after" this line from Hold0
  10.          B0   copy "before" this line from Hold0
  11.  
  12. Hold0 is actually called /usr/tmp/qholdBAAa25295.0 on HP-UX, but you can still
  13. do /list hold0 and Qedit will find it; the "BAAa25295.0" is a random  filename
  14. generated by UNIX to get around the fact that it has no temporary files.
  15.  
  16.  
  17.