[go: up one dir, main page]

Skip to content

volksen/vim_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim

vim config files

add a new module

git submodule add http://github.com/tpope/vim-fugitive.git bundle/fugitive

checkout on new machine

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

Upgrading a plugin bundle

cd ~/.vim/bundle/fugitive
git pull origin master

Upgrading all bundled plugins

git submodule foreach git pull origin master

About

vim config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published