Text Editors


Unix Editors

Each of these editors can be invoked by typing their name at the prompt, along with the file name. For example, to invoke nedit we issue the command:




nedit filename
or




nc filename

The Standard Display Editor - vi

vi is the standard editor available on every UNIX system. While it appears intimidating at first, it is extremely powerful and universal. Hence familiarity with it is important. A nice way to get started with learning this editor is by using the "vitutor". It can be copied to your home directory from either of the following directories: Copy files, Readme, tutor.vi and vitutor.n. Out of these, tutor.vi is the main tutor. However go through the Readme and vitutor.n first. Type
vi tutor.vi
at the prompt to begin the tutor. The instructions are in the file and follow them as you read along. Note: It might be a good idea to copy the file tutor.vi to some other file and work with it instead as you would be making changes to it as you go along. 

vi Commands


vi Options


pico: One Alternative to vi