There is any command/package that allows me to move back and forth through the vc history of a file, updating the buffer to display the previous/next revision of that file?
Let's say I have a file with 3 commits/versions, and I'm viewing the current "version 3" of the file. Then using the go-back
and go-fwd
commands should work like this:
go-back
-> update buffer with version 2go-back
-> update buffer with version 1go-fwd
-> update buffer with version 2
etc...