Is there a comprehensive list on the net somewhere listing the various shortcut keys on how to operate this editor? Heh, I'm not even sure how to bring up the help screen. []/testimages/icons/laugh.gif[/]<br /><br /><br />[]/testimages/icons/smile.gif[/] 6 []/testimages/icons/frown.gif[/]<br />Screamers
#210702 - 05/14/0110:50 AMRe: vi newby question
[Re: vmcknight]
Rick
Guru
Registered: 05/11/99
Posts: 8372
Loc: Olympia, WA
You can either do a man vi to read the man pages or you can do a :h to get to the help screen from within vi itself.<br /><br />-------------------<br />Scream<br />WWWThreads
The manual is too cryptic for real help to newsbies. Check out this tutorial:<br /><br />http://ecn.www.ecn.purdue.edu/ECN/Documents/VI/<br /><br />I had to lean it in college for a C class. I use it all the time now, and it's much better than pico, but it is highly unintuitive.
See if you have PICO installed, it is much much much easier than vi to use ;-)<br /><br />Just go to the prompt and type "pico" sans quotes.<br /><br />-Jason