Skip to content

lascar/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

instalation

en tu $HOME

   git clone https://github.com/lascar/dotvim.git

obtienes un archivo dotvim

   rm -Rf ~/.vim ~/.vimrc
   ln -s ~/dotvim ~/.vim
   ln -s ~/dotvim/vimrc ~/.vimrc
   cd ~/dotvim

install and update the submodules (fugitive, rails...)

   git submodule init
   git submodule update --init --recursive

to update each module

   git submodule foreach git pull origin master

install a new submodule

   git submodule add https://github.com/tpope/vim-haml.git bundle/vim-haml
   git commit . -m "add vim-haml to the submodules"
   git push -u origin master

remove a submodule (http://davidwalsh.name/git-remove-submodule)

Delete the relevant section from the .gitmodules file.

   git add .gitmodules

Delete the relevant section from .git/config

   git rm --cached bundle/submodule

(no trailing slash)

   rm -rf .git/modules/bundle/
   rm -rf bundle/

for use of tags

  sudo aptitude install exuberant-ctags

using ctags for GNU-linux and MacOS

TIPS FOR USING VIM IN UNIX

tips for vim/unix

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published