Hacker News new | ask | show | jobs
Show HN: Vim-Gitstatus Plugin (github.com)
3 points by ElHacker 2103 days ago
1 comments

Wrote this simple plugin that just shows the new and modified files in vim's quickfix window, powered by git status.

I find it very useful to easily navigate to the files I'm working with in the current commit.

Hope you find it useful as well.