home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / editors / 1868 < prev    next >
Encoding:
Text File  |  1992-07-31  |  3.3 KB  |  105 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!alf.uib.no!buboo
  3. From: buboo@alf.uib.no (Ove Ruben R Olsen)
  4. Subject: Re: HELP with Vi, PLEASE!!!
  5. Message-ID: <1992Jul31.201613.10442@alf.uib.no>
  6. Organization: University of Bergen, Norway
  7. References: <pyqmhdh.lindae@netcom.com>
  8. Date: Fri, 31 Jul 92 20:16:13 GMT
  9. Lines: 89
  10.  
  11. >As a new user to Unix and to Vi, I must say that the online manual for
  12. >vi is absolutely no help at all!!  Can't someone come up with a simple
  13. >manual or easy-to-use tutorial for new users?  Why must it be so
  14. >complicated?
  15.  
  16. It is not.. :-)
  17.  
  18. It is realy simple, example:
  19.  
  20. r   = little replace (one char)
  21. R   = BIG replace.
  22. c   = change
  23. cw  = change word
  24. c2w = change 2 words ... :-)
  25.  
  26. and so on...
  27.  
  28. >What I absolutely can not figure out is, how do I make corrections? 
  29. >For example, in this posting, suppose I wanted to go back up to
  30. >line number 2 and change the word "can't" to "can not" ?  How would I
  31. >do that?
  32.  
  33. [ESC]2G/can'tcf can not[ESC]      :-)
  34.  
  35. [ESC]   - Hit the escape key.
  36. 2G      - Goto line 2
  37. /can't  - Find   can't
  38. cf      - Change for current position until first space (f = find)
  39. can not - replacement
  40. [ESC]   - end the Change mode
  41.  
  42.  
  43. What you should do is fetching the following files from your neares
  44. FTP site containing the VI/EX archive and dig out the folowing files:
  45.  
  46. As a starter, begin with the folowing files (in order):
  47.  
  48.   vi.intro.Z      Introduction on Display Editing with VI. UCB-dist. A Must.
  49.   vi.reference.Z  VI reference. Version 8.  Maarten Litmaath. A Must. 
  50.   vi.beginers.Z   VI beginers guide.
  51.   vi.tutor.tar.Z  An interactive tutor for VI. (Ver: 1.3) Beginers choice.
  52.   vi.tutor.tex.Z  A exelent documet to use with vi.tutor.Z. Beginers choise.
  53.   vi.tutor.Z      The tutor-file from vi.tutor.tar.Z (tutor.vi). Load this 
  54.           into the editor and follow the instructions. If you do
  55.           so, there is no need for installing the vi.tutor.tar.Z
  56.  
  57.   You may need help to setup the vi.tutor.tar.Z and to print out 
  58.   vi.tutor.tex.Z, but it's worth the hassle.
  59.  
  60.  
  61. After a while, fetch the following files
  62.  
  63.   vi.apwh.ms.Z    VI Command & Function Reference. UCB-dist.
  64.   vi.chars.Z      Apendix: character functions. UCB-dist. A Must.
  65.   vi.summary.Z    VI / EX Quick reference. UCB-dist.
  66.  
  67.  
  68. The VI/EX archives can be found at:
  69.  
  70. Europe:
  71.    Main site:     alf.uib.no (129.177.30.3)
  72.    Filearea:      pub/lpf/misc
  73.    Peak hours:    07.00 am GMT to 03.00 pm GMT 
  74.  
  75. Japan:
  76.    Mirror site:   utsun.s.u-tokyo.ac.jp (133.11.11.11) 
  77.    Filearea:      misc/vi-archive
  78.    Peak hours:    01.00 am GMT to 09.00 am GMT
  79.  
  80. USA, Canada and Mexico: 
  81.    Mirror site:   cs.uwp.edu (131.210.1.4)
  82.    Filearea:      /pub/vi
  83.    Peak hours:    None.            
  84.  
  85. Australia, NZ and the rest Down Under:
  86.    Main site:     monu6.cc.monash.edu.au (130.194.1.106)
  87.    Filearea:      /pub/Vi
  88.    Peak hours:    Not relevent
  89.  
  90.  
  91. For more information about the files at the archives and the archives 
  92. itself, please read one of the FAQ for Comp.Editors.
  93. If you are in a hurry you may fetch the INDEX file.
  94.  
  95. If you need more information, you are welcome to mail Ove.R.Olsen@uib.no.
  96.  
  97. \Ruben.
  98.  
  99.  
  100. -- 
  101.         Ove Ruben R Olsen a Gnarfer and VI user. EMAIL: ruben@uib.no. 
  102.      Maintaining the EX/VI-archive and a coupple of the Comp.Editors FAQs.
  103.     People that is ignorant tend to live a fustrated life, at least when it 
  104.        comes to editing - But I do belive this is a general rule in life.
  105.