In Vim / git diff gg and G are used for quick top bottom jumps. Hunk already supports that via Home/End shortcuts. I get that we can learn another shortcut, but it would make switching from git diff to hunk diff much smoother for people like me, who already have it in their muscle memory.
I'm proposing just 2 additions:
Home and gg both jump to top
End and G both jump to bottom
Happy to make a PR if it's approved
In Vim / git diff
ggandGare used for quick top bottom jumps. Hunk already supports that via Home/End shortcuts. I get that we can learn another shortcut, but it would make switching from git diff to hunk diff much smoother for people like me, who already have it in their muscle memory.I'm proposing just 2 additions:
Homeandggboth jump to topEndandGboth jump to bottomHappy to make a PR if it's approved