vim.basic
Vi IMproved - enhanced vi editor
Install
- All systems
-
curl cmd.cat/vim.basic.sh
- Debian
-
apt-get install vim - Ubuntu
-
apt-get install vim -
Alpine
-
apk add vim - Arch Linux
-
pacman -S vim - Kali Linux
-
apt-get install vim - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install vim - OS X
-
brew install vim - Raspbian
-
apt-get install vim - Docker
-
docker run cmd.cat/vim.basic vim.basicpowered by Commando
vim
Vi IMproved - enhanced vi editor
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 version of vim compiled with a rather standard set of features. This package does not provide a GUI version of Vim. See the other vim-* packages if you need more (or less).
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.