Difference between revisions of "Vi editor"

From Computer History Wiki
Jump to: navigation, search
(Pretty stubby, but it gets rid of a high-count red link)
 
m (Proper cat)
Line 3: Line 3:
 
It was inspired by [[Emacs editors|EMACS]], but differs from that it in is 'moded' (i.e. in one mode, [[character]]s 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).
 
It was inspired by [[Emacs editors|EMACS]], but differs from that it in is 'moded' (i.e. in one mode, [[character]]s 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).
  
{{stub}}
+
{{semi-stub}}

Revision as of 22:27, 21 October 2018

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).