Editors

vi

English

Overview

A long-standing Unix text editor notable for switching between modes.

Details

A text editor, standard on Unix-like OSes, operated by switching between insert mode and command mode. It edits through short key combinations in command mode -- dd to delete a line, yy to copy one, :wq to save and quit -- and this operating model has influenced many editors and tools that came after it.

More Linux terms