Skip to content

jpitblado/vim-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git.vim

Some mappings I find specifically useful while editing files in a Git repository.

Installation

I use pathogen.vim to install Vim plugins. If you do too, then you can use the following to install this plugin:

cd ~/.vim/bundle
git clone https://github.com/jpitblado/vim-git.git

Also add ~/.vim/bundle/vim-git/bin to your path.

Future plans

Documentation for the mappings and functions.

Add support for other Git subcommands. Current support is:

git add
git commit
git diff
git status

License

Copyright (c) Jeff Pitblado

Distributed under the same terms as Vim itself. See :help license.

About

git.vim: Vim plugin for working with Git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published