repo/extra/vim
phoebos 7028d50226
*: explicit DESTDIR
2023-03-05 17:34:06 -06:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build *: explicit DESTDIR 2023-03-05 17:34:06 -06:00
depends bash,vim: move to extra 2019-08-22 11:06:01 +00:00
sources vim: swap to git 2020-01-18 11:23:57 +02:00
version vim: swap to git 2020-01-18 11:23:57 +02:00

README

vim
________________________________________________________________________________

Vim is a free and open-source, screen-based text editor program for Unix. It is
an improved clone of Bill Joy's vi. Vim's author, Bram Moolenaar, derived Vim
from a port of the Stevie editor for Amiga and released a version to the public
in 1991. Vim is designed for use both from a command-line interface and as a
standalone application in a graphical user interface.

Upstream: https://www.vim.org/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b vim                                                                |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Vim_(text_editor)