home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.apple2
- Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!nuscc!nusunix2.nus.sg!isc10327
- From: isc10327@nusunix2.nus.sg (ONG TAT-WEE)
- Subject: Re: VAMPS - seriously, now
- Message-ID: <1992Aug22.023412.23505@nuscc.nus.sg>
- Sender: usenet@nuscc.nus.sg
- Organization: National University of Singapore
- References: <1992Aug22.020543.20195@nuscc.nus.sg>
- Date: Sat, 22 Aug 1992 02:34:12 GMT
- Lines: 26
-
- vi Help File
-
- Adding text:
-
- a append text after cursor
- A append text after end of line
- i insert text before cursor
- I insert text before 1st non-blank char on line
- o open blank line for typing below
- O open blank line for typing above
- <ESC> quit text input mode
-
- Useful commands
-
- dd delete whole line
- J join two lines
- x delete char below cursor
- u undo last change
- nG goto line n (1G goto line 1)
- 0 goto beginning of current line ("zero" not "oh"!)
- $ goto end of current line
- :wq save changes and quit
- :q quit
- :q! discard changes and quit
-
- - DOTW - :)
-