Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.69 KB

File metadata and controls

48 lines (31 loc) · 1.69 KB

Vim Information

Installing vim

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 vim

On the Fedora/CentOS Linux installations, you can install vim with the command

yum install vim

Tutorials

Plugins & settings

Vim & VSCode

Links

ed

Most Unix or Linux installations include vi. But if not, you might be able to use ed.