Skip to content

DubHunt/dot_vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

509 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Vim Configuration of Champions

Installation

  1. bash <(curl -s https://raw.githubusercontent.com/DubHunt/dot_vim/master/install)
  2. Enjoy enhanced productivity, increased levitation, reduced watermelon-related accidents, and startling sex appeal.

Manual Install

  1. git clone http://github.com/DubHunt/dot_vim.git ~/.vim
  2. ln -s ~/.vim/vimrc ~/.vimrc
  3. ln -s ~/.vim/gvimrc ~/.gvimrc
  4. Install Vundle with git clone http://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  5. vim +PluginInstall +qall installs all of the plugins

Screenshots

MacVim

MacVim

Requirements

Mac

  • MacVim - I'm currenty using the latest stable (7.4-71) from Homebrew on Mavericks.

Bindings

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

And many more. See bindings.vim and plugins.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

That's 68 plugins, holy crap.

About

The Vim Configuration of Champions. Uses Vundle to provide easy access to hundreds of plugins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 88.0%
  • Ruby 9.7%
  • Shell 2.3%