Vi: Difference between revisions

From ArchWiki
m (update french link)
(→‎Installation: fix wording, vedit and view are not pagers)
 
(2 intermediate revisions by one other user not shown)
Line 13: Line 13:


[[Install]] the {{Pkg|vi}} package.
[[Install]] the {{Pkg|vi}} package.
The package also provides line-oriented [[text editor]]s ''edit'' and ''ex'', as well as the ''vedit'' and ''view'' commands.


== Vi-style software ==
== Vi-style software ==
Line 28: Line 30:


* {{man|1|vi}}
* {{man|1|vi}}
* [https://web.archive.org/web/20140822135551/http://usalug.com/vi.html vi Tutorial and Reference Guide]

Latest revision as of 07:23, 28 December 2023

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

Install the vi package.

The package also provides line-oriented text editors edit and ex, as well as the vedit and view commands.

Vi-style software

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

See also