Is your feature request related to a problem? Please describe.
It's kind of unintuitive and surprising to jump to a revision and press R but not be able to jump back.
Describe the solution you'd like
Add @ and f functionality when in revert mode.
Describe alternatives you've considered
PgUp
Why current features fail to cover this request
PgUp isn't that precise and you may have to press it multiple times depending on how far down you are in the log.
There is t to jump to a bookmark, but this isn't that helpful if you've already made several commits on top of a bookmark and want to revert onto the latest working copy. You could update the bookmark before reverting, but this is an extra step and if you add even more commits, you'll have to move the bookmark again before pushing the latest changes.
Is your feature request related to a problem? Please describe.
It's kind of unintuitive and surprising to jump to a revision and press
Rbut not be able to jump back.Describe the solution you'd like
Add
@andffunctionality when in revert mode.Describe alternatives you've considered
PgUpWhy current features fail to cover this request
PgUpisn't that precise and you may have to press it multiple times depending on how far down you are in the log.There is
tto jump to a bookmark, but this isn't that helpful if you've already made several commits on top of a bookmark and want to revert onto the latest working copy. You could update the bookmark before reverting, but this is an extra step and if you add even more commits, you'll have to move the bookmark again before pushing the latest changes.