Vi editor

From Computer History Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The Vi text editor is a screen editor written by CSRG at Berkeley. Its inclusion in the BSD UNIX distributions has made it popular.

It was inspired by EMACS, but differs from that it in is 'moded' (i.e. in one mode, characters typed on the keyboard are inserted into the buffer; in the other, they are interpreted as commands - for motion of the on-screen cursor, editing, file actions, etc).