git-gutter icon indicating copy to clipboard operation
git-gutter copied to clipboard

Port `git-gutter+`'s inline hunk preview functionality to `git-gutter`

Open y0nei opened this issue 1 year ago • 2 comments

Since git-gutter.el is more frequently updated than git-gutter+.el and the latter looks like its mostly abandoned, I thought I'd use my novice elisp skills to port my beloved inline hunk displaying at point functionality to here.

y0nei avatar Mar 13 '24 10:03 y0nei

Hi, is it possible to add the following features?

  • remove the first line (the one with @@)
  • move the inline hunk preview under the hunk
  • ability to navigate the hunks with the preview active

Hopefully this will be approved at some point.

Thanks

ebiscaia avatar May 22 '25 08:05 ebiscaia

Hi, is it possible to add the following features?

* remove the first line (the one with @@)

* move the inline hunk preview under the hunk

* ability to navigate the hunks with the preview active

Hopefully this will be approved at some point.

Thanks

Hi, is it possible to add the following features?

* remove the first line (the one with @@)

* move the inline hunk preview under the hunk

* ability to navigate the hunks with the preview active

Hopefully this will be approved at some point.

Thanks

I've stopped using Emacs, I have tried to remove the first line but only manage to port the basic functionality, maybe someone will pick it up in the future.

y0nei avatar Jun 26 '25 10:06 y0nei