Jump to content

vi

From ArchWiki

According to Wikipedia:

vi is a screen-oriented text editor originally created for the Unix operating system. The portable subset of the behavior of vi and programs based on it, and the ex editor language supported within these programs, is described by (and thus standardized by) the Single Unix Specification and POSIX.

Installation

The vi package is no longer provided. As an alternative, you can use modern implementations, such as vim or neovim. There is also a compatibility package, ex-vi-compat, which provides both the line-oriented text editor ex and vi (running vim in compatibility mode). Additionally, the vi-vim-symlinkAUR package provides a simple symbolic link from vi to vim.

Vi-style software

The key bindings and modes of vi have been recreated in various other software:

See also