Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

mwilden/vim

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial installation:

  git clone git://github.com/mwilden/vim.git ~/.vim
  ln -s ~/.vim/vimrc ~/.vimrc
  cd ~/.vim
  git submodule update --init

Add bundle:

  cd ~/.vim
  git submodule add <plugin-repository-url> bundle/<plugin-name>
  git add .
  git commit -m "Add plugin"

Update bundle:

  cd ~/.vim/bundle/<plugin-name>
  git pull origin master

Update all bundles:
  cd ~/.vim
  git submodule foreach git pull origin master

Remove bundle:

  Remove it from .gitmodules
  Remove it from .git/config
  git rm --cached bundle/<plugin-name>
  git commit -a "Remove plugin"
  git push

or

  rm -rf <path-to-module>

To resurrect after deleting the bundle directory:
1. Look in gitx to see the name
2. git co bundle/foo
3. git submodule update -- bundle/foo

About

Vim .vimrc and scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.