``<tt>vi</tt>" Visual Editor - Introduction



next up previous contents
Next: Invoking vi Up: Editors Previous: ``q;; Quit

``vi" Visual Editor - Introduction

vi is a screen editor

where a portion of the file is displayed on the terminal screen, and the cursor can be moved around the screen to indicate where you want to make changes. You can select which part of the file you want to have displayed. Screen editors are also called display editors, or visual editors . vi is one of the more popular screen editors that run on the UNIX system [][p. 186]HM:UNIX.

This editor relies heavily on the cursor keys to move around. Again, only the basic commands will be introduced.

Once in vi, commands must be invoked for anything to happen. These commands can be anything from :q to i to <CTL-f>. Following the philosophy of UNIX, vi assumes the user knows what he/she is doing!!! : if a command puts the user into a mode (input, append, replace), the escape key must be pressed to get OUT of that mode.

For more information on vi, see [pp. 264-310]HM:UNIX.





Super-User
Fri Feb 17 15:55:40 EST 1995