rview
8.0.1704-1.fc28.x86_64 : A minimal version of the VIM editor
Install
- All systems
-
curl cmd.cat/rview.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
- Fedora
-
dnf install vim-minimal-2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install vim
- OS X
-
brew install vim
- Raspbian
-
apt-get install vim
- Dockerfile
- dockerfile.run/rview
- Docker
-
docker run cmd.cat/rview rview
powered by Commando
vim-minimal-2
8.0.1704-1.fc28.x86_64 : A minimal version of the VIM editor
gvim
Vi Improved, a highly configurable, improved version of the vi text editor (with advanced features, such as a GUI)
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).