You can download vim from vim.org
On the Debian/Ubuntu Linux installations (including the classroom VMs), you can install vim with the command
sudo apt install vimOn the Fedora/CentOS Linux installations, you can install vim with the command
yum install vim- Cheet sheets
- Tutorial
- VIM AdventuresLearn vim by playing a game
- OpenVim is an interactive Vim tutorial.
- A Vim Guide for Advanced Users
- The vimrc file stores your settings. Here is a good introduction
- Another introduction to settings and plugins for vim
- If you have difficulty exiting vi, you aren’t the only one - see How to exit vi on Stack Overflow
Most Unix or Linux installations include vi. But if not, you might be able to use ed.
- Here is a tutorial.
- A discussion of how people used ed