It's an implementation in Doom Emacs already, where evil mode Magit allows for G and gg to scroll to the top or bottom, respectively (including line numbers like 10G, but I think this will have less use in gitu). Sometimes when changes are stages, all of the diffs open, and for commits with huge diffs, it's nice to be able to go all the way up or down, for example to view recent commits while staging, or if you're deep in staged changes diffs, and you want to go up to the unstaged changes and don't want to wait and hold down CTRL+U for a while.
If this sounds like a good idea, I can try making a PR for this in the coming days.
It's an implementation in Doom Emacs already, where evil mode Magit allows for
Gandggto scroll to the top or bottom, respectively (including line numbers like 10G, but I think this will have less use in gitu). Sometimes when changes are stages, all of the diffs open, and for commits with huge diffs, it's nice to be able to go all the way up or down, for example to view recent commits while staging, or if you're deep in staged changes diffs, and you want to go up to the unstaged changes and don't want to wait and hold down CTRL+U for a while.If this sounds like a good idea, I can try making a PR for this in the coming days.