Vim

Installing vim on Windows #

vim is a command line based text editor that we are going to be using for doing quick edits to files. Unfortunately, Windows does not come with it pre-installed like it is on macOS and Linux so Windows users should do the following steps to make sure you can use vim during our first session.

  1. Download the following installer.

  2. Open the downloaded file.

  3. Accept the User Agreement.

  4. On the next window (“Choose Components”) make sure to select the “Custom” install type from the dropdown menu and that the “Vim Console Program”, “Create .bat files” and “Create Default Config” options are selected with checkboxes.

Check off the proper settings as in this image.

  1. Leave the next window (“Choose _vimrc settings”) as it is.

You can leave this window set to the defaults.

  1. Hit “Install” on the last window and the program will install.

Click install on the final page and you’re all set.