home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / editors / 2738 < prev    next >
Encoding:
Text File  |  1992-11-13  |  1.4 KB  |  35 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!think.com!ames!nsisrv!asylum!mikeg
  3. From: mikeg@asylum.tmc.edu (Michael Grabenstein)
  4. Subject: Re: VI??? GROSS!
  5. Message-ID: <1992Nov13.152821.6781@nsisrv.gsfc.nasa.gov>
  6. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  7. Nntp-Posting-Host: asylum.gsfc.nasa.gov
  8. Organization: none
  9. References: <LYT86XN@math.fu-berlin.de> <1992Nov12.232530.18958@wixer.cactus.org> <1992Nov13.124435.20019@cas.org>
  10. Date: Fri, 13 Nov 1992 15:28:21 GMT
  11. Lines: 22
  12.  
  13.     To move blocks around use the named buffers in vi. Then you
  14. can have up to 26 little clipboards. (vi command: "ayy  Where
  15. a is any lower case alpha letter and yy is the yank command.
  16. Get it back by "ap See isn't that easy? :)
  17.  
  18.     Moving columns around??? What editor will unless it is a 
  19. word processor that can do columns, then its easy. But in vi
  20. my suggestions would be to use a seperate named buffer for each
  21. line in the column and then place and join. (vi command for
  22. getting jsut characters:  "ayl  a is the same as above and yl is
  23. yank letters, getting easier? :)
  24.  
  25.     The vi editors that wait for esc to be pressed... Remember
  26. that vi works very differently on different terms and it will
  27. work on just about every term known. Plus every manufacuer of
  28. Unix machines seems like they have to change something in vi
  29. so there is some obscure little difference in theirs verses
  30. Everyone elses.
  31. Later,
  32.     Mike
  33.     mikeg@asylum.gsfc.nasa.gov
  34.     or grabenst@umbc3.umbc.edu
  35.