Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Minimal VIM RC setup

Installation

If you are new to VIM, your configuration file will most likely be empty. If you did change your configuration file found at ~/.vimrc, make sure to back up.

Run the following command:

$ curl -o ~/.vimrc https://github.uconn.edu/raw/ruy16109/minimum-vimrc/master/vimrc

Note that this command will overwrite your existing configuration file, so be sure to backup your configuration file if you have made changes.