>I am sure that many people will agree with me on this... Please get >rid of VI for life and just use pico and try to use another program
>called Edit.
No agreement here...
The "edit" I know under Unix _is_ vi. Vi, ex, and edit are all hard links to the same underlying executable. It displays different behavior depending upon how it is called.
Pico is usable for quick and dirty stuff -- I've taught non-technical end-users at the office to use it to edit config files for an industry specific application -- and "nano" (an enhanced pico available under the GPL) is even better, but there are times when vi is what you need.
Yes, it's a rude shock to folks used to full screen editors under DOS/Windows. Yes, the moded nature of the editor will drive you nuts until you get used to it. But once you _have_ acquired some fluency, you can accomplish more in vi with less keystrokes than any other editor I can think of.
And if you don't use vi or pico, the other likely alternative is emacs. That has everything _including_ the kitchen sink, and you can do anything with it, including read mail and news, play games, and run a shell. But the learning curve is greater than vi, you have to develop at least some fluency in elisp to really use it, and it can be a memory and resource hog.
Bottom line: learn vi. It can be a pain, but you need to learn it for the same reason folks used to learn WordStar under DOS. You might not _like_ it, but it might be the only thing available on the machine you have to use.
Vi is part of the standard Unix distribution. Pico, emacs, and others normally aren't. (Emacs is part of the standard Linux distribution, but doesn't come with Solaris, AIX, HP-UX, SCO, or other commercial Unix flavors I'm aware of.)
______
Dennis