Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwcz/fuhgit
A plugin for seeing a file's history in vim. Based on git-time-lapse plugin.
https://github.com/mwcz/fuhgit
Last synced: 16 days ago
JSON representation
A plugin for seeing a file's history in vim. Based on git-time-lapse plugin.
- Host: GitHub
- URL: https://github.com/mwcz/fuhgit
- Owner: mwcz
- Created: 2014-12-12T16:37:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T16:50:42.000Z (about 10 years ago)
- Last Synced: 2025-01-22T23:44:12.138Z (21 days ago)
- Language: VimL
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FUHgit
=====File Upstream History - git
A plugin for seeing a git file history in vim. Based on Ben Cotterell's git-time-lapse plugin (https://github.com/johntyree/time-lapse.vim) and similar to :Glog functionality in Tim Pope's fugitive plugin (https://github.com/tpope/vim-fugitive).
I'm hoping to improve upon the git-time-lapse plugin in several ways:
* Make it compatible with Tim Pope's pathogen plugin (https://github.com/tpope/vim-pathogen).
* Allow the user to see the changes over a range of commits instead of a single commit at a time.
* Maintain the cursor position while scrolling through commits.
* Include an option for a single pane view which is more similar to the fugitive :Glog functionality but with highlighting and indexing of changed lines.
* Have an official Github repository so that it's more public than the git-time-lapse semi-private repo. (linked to from vim.org)