I frequently find that I'd like to:
- Go to the first or last diff hunk
- Scroll from one hunk to the next without looping back to the first hunk once I am visiting the last hunk
I imagine that these options would be easy to day. I can imagine a new customization variable like git-gutter:loop-to-start for bullet 2, and functions git-gutter:go-to-first-hunk and git-gutter:go-to-last-hunk for bullet 1.
I frequently find that I'd like to:
I imagine that these options would be easy to day. I can imagine a new customization variable like
git-gutter:loop-to-startfor bullet 2, and functionsgit-gutter:go-to-first-hunkandgit-gutter:go-to-last-hunkfor bullet 1.