Add editors/vim-tiny.
By popular request, this is a slave port that installs only the vim binary. It has
no dependencies, produces a 1 MB package with a 3 MB installed footprint, and
is unable to do anything except edit files. It contains no help files, no runtime
files, no syntax highlighting, no filetype-specific indenting, non-US keymaps,
macros, or spell-checking.
vim-tiny is designed for minimal installs, and is the wrong choice for most users.
2018-01-08 14:44:13 -05:00
|
|
|
Vim is a highly configurable text editor built to enable efficient text editing.
|
|
|
|
It is an improved version of the vi editor distributed with most UNIX systems.
|
|
|
|
|
|
|
|
Vim is often called a "programmer's editor," and so useful for programming that
|
|
|
|
many consider it an entire IDE. It's not just for programmers, though. Vim is
|
|
|
|
perfect for all kinds of text editing, from composing email to editing
|
|
|
|
configuration files.
|
|
|
|
|
|
|
|
This is the "tiny" version, which is console-only and contains ONLY the vim
|
|
|
|
binary. It contains no help files, syntax files, or any other runtime files,
|
|
|
|
and is designed only for minimal installs. You almost always want the vim
|
2018-01-11 15:34:46 -05:00
|
|
|
or vim-console package instead.
|
Add editors/vim-tiny.
By popular request, this is a slave port that installs only the vim binary. It has
no dependencies, produces a 1 MB package with a 3 MB installed footprint, and
is unable to do anything except edit files. It contains no help files, no runtime
files, no syntax highlighting, no filetype-specific indenting, non-US keymaps,
macros, or spell-checking.
vim-tiny is designed for minimal installs, and is the wrong choice for most users.
2018-01-08 14:44:13 -05:00
|
|
|
|
|
|
|
WWW: http://www.vim.org/
|
|
|
|
WWW: https://github.com/vim/vim
|