Campuses:
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:department:unix:text [2007/06/07 14:48] – clayton | computing:department:unix:text [2007/06/11 10:36] (current) – rubin | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <box 20% right right-clear red|More Information> | ||
+ | {{indexmenu>: | ||
+ | </ | ||
====== Text File Editing ====== | ====== Text File Editing ====== | ||
Several editors are available, including vi, emacs, XEmacs, nedit, and pico. If you are using an X-windows (graphics) terminal, We recommend two editors: NEdit and XEmacs. NEdit is probably the simplist one to start with. | Several editors are available, including vi, emacs, XEmacs, nedit, and pico. If you are using an X-windows (graphics) terminal, We recommend two editors: NEdit and XEmacs. NEdit is probably the simplist one to start with. | ||
Line 16: | Line 19: | ||
Users who are used to the traditional Unix editor vi may like to try an enhanced version, vim (or gvim for the graphical version). | Users who are used to the traditional Unix editor vi may like to try an enhanced version, vim (or gvim for the graphical version). | ||
- | ==== Setting a default editor ==== | + | ===== Setting a default editor |
You can set the default editor for your account by setting the environment variable EDITOR. For most users, the correct way to do this is to add the line (for example): | You can set the default editor for your account by setting the environment variable EDITOR. For most users, the correct way to do this is to add the line (for example): | ||