7.C: Review Quiz | 7: Editing Files |
7.A.3: Saving and Exiting in vi
|
If you have access to a terminal or console running the X Window System ("X" for short), we recommend you start with the nedit or xemacs editors. Both are mouse driven and real friendly.
If your terminal is not running X, we recommend you start with pico. It's just like the pine mailer, with a simple command menu at the bottom of the screen. After vi, these other editors may not seem challenging enough!
> nedit sample.doc | Start nedit | |
> xemacs sample.doc | Start xemacs | |
> pico sample.doc | Start pico |
The xemacs and nedit editors are self-documenting. So, if you do run into problems, click on the help icon in the upper right hand corner; or ask the person next to you.
The emacs editor is a popular editor which works well with or without a mouse (and is thus good for networked computing). It is an extremely powerful editor, but some people find it hard to learn. We discuss it a little later.
Now let's go to the Editors Review Quiz, where you can get started on making your own home page.
7.C: Review Quiz | 7: Editing Files |