Skip to content

chrismccord/dot_vim

Repository files navigation

Vim Configuration

Modified from Jeremy Macks' excellently curated configuration

Installation

  1. git clone http://github.com/chrismccord/dot_vim.git ~/.vim.
  2. cd ~/.vim.

Now you have a choice. The automated script or the manual process.

  1. Run scripts/setup.

or

  1. rake vim:link to make the .vimrc symbolic link.
  2. Install Vundle with git clone http://github.com/gmarik/vundle.git bundle/vundle
  3. vim "+mkspell ~/.vim/spell/custom.en.utf-8.add" +BundleInstall +qall installs all of the plugins and compiles custom spellings.

Screenshots

MacVim / Windows gVim

MacVim Windows gVim

Requirements

Mac

Windows

Mappings

  • Typing jk insert mode is equivalent to Escape.
  • Pressing enter in normal mode saves the current buffer.

And many more. See mappings.vim and plugin_config.vim for more.

Notes

Be sure to always edit the vimrc using ,v, which opens the vimrc in the .vim folder. Vim has a nasty habit of overriding symlinks.

Plugin Installation / Requirements

Here's a list of plugins that require further installation or have dependencies.

Plugin List

Note: Auto generated by rake plugins:update_readme

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published