| emacs |
A
man page is available as well as a tutorial within the program.
To start, simply enter emacs at the Unix prompt. This editor
has a graphical user interface as well as a text-based interface
that will run on any text terminal or window. If the DISPLAY environment
variable is set then emacs will attempt to run the graphical user
interface. To run the text only interface, use the -nw option to
emacs:
or unset
the DISPLAY variable:
The
first page presents the basic commands necessary to get started
including the tutorial and help commands. |
| xemacs |
This
is a graphical user interface version of emacs that provides pull-down
menus for command as well as positioning within a document via the
mouse. This version will be run automatically if the DISPLAY
environment when the emacs command is entered at the Unix
prompt. A man page is available as well as a tutorial within the
program. The first page presents the basic commands necessary to
get started including the tutorial and help commands. |
| pico |
This
editor is a text-based interface that will run on any text terminal
or window. To start, simply enter pico at the Unix prompt.
A list of available commands will appear at the bottom of the screen,
including a "Get Help" command. |
| vi |
This
editor is a text-based interface that will run on any text terminal
or window. To start, simply enter vi at the Unix prompt.
To exit, hit the escape key and type ZZ. There is
no help available within vi although a man page is available. |