Skip to content

watsoncj/dot_vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Vim Configuration of Champions

Installation

  1. bash <(curl -s https://raw.githubusercontent.com/watsoncj/dot_vim/master/install)
    • Note: This relies on Homeshick for installation.
  2. Enjoy enhanced productivity, increased levitation, reduced watermelon-related accidents, and startling sex appeal.

Manual Install

  1. git clone http://github.com/dansomething/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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 88.7%
  • Ruby 9.1%
  • Shell 2.2%