home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / apple2 / 19321 < prev    next >
Encoding:
Text File  |  1992-08-21  |  996 b   |  38 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!nuscc!nusunix2.nus.sg!isc10327
  3. From: isc10327@nusunix2.nus.sg (ONG TAT-WEE)
  4. Subject: Re: VAMPS - seriously, now
  5. Message-ID: <1992Aug22.023412.23505@nuscc.nus.sg>
  6. Sender: usenet@nuscc.nus.sg
  7. Organization: National University of Singapore
  8. References: <1992Aug22.020543.20195@nuscc.nus.sg>
  9. Date: Sat, 22 Aug 1992 02:34:12 GMT
  10. Lines: 26
  11.  
  12. vi Help File
  13.  
  14. Adding text:
  15.  
  16.     a    append text after cursor
  17.     A    append text after end of line
  18.     i    insert text before cursor
  19.     I    insert text before 1st non-blank char on line
  20.     o    open blank line for typing below
  21.     O    open blank line for typing above
  22.     <ESC>    quit text input mode
  23.  
  24. Useful commands
  25.  
  26.     dd    delete whole line
  27.     J    join two lines
  28.     x    delete char below cursor
  29.     u    undo last change
  30.     nG    goto line n (1G goto line 1)
  31.     0    goto beginning of current line ("zero" not "oh"!)
  32.     $    goto end of current line
  33.     :wq    save changes and quit
  34.     :q    quit
  35.     :q!    discard changes and quit
  36.  
  37. - DOTW - :)
  38.