Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 498 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 498 Bytes

Install Guide

  1. Install or clone this directory into ~/.vim

  2. Install vundle: git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

  3. Configure plugins in ~/.vim/config/vundle.vim Most plugins will work out of the box, but some need additional steps (e.g. compiled components).

  4. Run :PluginInstall inside of vim to install the plugins

Enjoy!

Vim Cheat Sheet

Instead of ESC to exit insert mode, try C-[ (for US Keyboards)