top | item 46872972

(no title)

xyzzy_plugh | 26 days ago

For vim heads also worth checking out tpope's fugitive:

https://github.com/tpope/vim-fugitive

Very useful for inspecting and staging changes, making commits, etc.

I find you can pretty much do anything with it, and it's much faster than anything else, but it does have a slight learning curve. The documentation is very good!

discuss

order

mbsa7|26 days ago

This looks promising, thank you. I always used GitGutter and having to remember “: GitGutterDiffOrig” just to see my changes is a pain sometimes, this plugin seems more intuitive.

VTimofeenko|26 days ago

Check out whichkey and/or command line completion to find those commands easier

oug-t|26 days ago

Yes, fugitive is awesome!

I use it all the time for staging changes and commits in nvim!

lervag|25 days ago

I'll also vouch for fugitive - it's really good!