Is there a way to disabling inlining (e.g. showing the hunk inline in the buffer) and use a window like diff-hl-revert-hunk does? I would like to have all the changes for the current buffer shown in a window (not inline) that I can navigate with n, p, etc.
I only see that diff-hl-show-hunk-function can be customized by diff-hl-show-hunk-inline-popup and diff-hl-show-hunk-posframe which is not what I want.
Is there a way to disabling inlining (e.g. showing the hunk inline in the buffer) and use a window like
diff-hl-revert-hunkdoes? I would like to have all the changes for the current buffer shown in a window (not inline) that I can navigate withn,p, etc.I only see that
diff-hl-show-hunk-functioncan be customized bydiff-hl-show-hunk-inline-popupanddiff-hl-show-hunk-posframewhich is not what I want.