vim.tiny
Vi IMproved - enhanced vi editor - compact version
Install
- All systems
-
curl cmd.cat/vim.tiny.sh
- Debian
-
apt-get install vim-tiny
- Ubuntu
-
apt-get install vim-tiny
- Kali Linux
-
apt-get install vim-tiny
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install vim-tiny
- Raspbian
-
apt-get install vim-tiny
- Dockerfile
- dockerfile.run/vim.tiny
vim-tiny
Vi IMproved - enhanced vi editor - compact version
Vim is an almost compatible version of the UNIX editor Vi. Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. This package contains a minimal version of vim compiled with no GUI and a small subset of features in order to keep small the package size. This package does not depend on the vim-runtime package, but installing it you will get its additional benefits (online documentation, plugins, ...).
vim-dbg
Vi IMproved - enhanced vi editor (debugging symbols)
Vim is an almost compatible version of the UNIX editor Vi. Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. This package contains gdb debugging symbols for the vim packages.