I’m wondering if there’s a plugin that will let me do the follwing:
- Open a file in my repository
- Hit a “backwards” hotkey and Sublime fetches the previous revision of the file from the repo and loads it into the editor
- Hit a “forwards” hotkey to go back to the newer version.
- Hit “backwards” three times to jump back three revisions
- etc, etc.
Note that I’m not looking for a diff between revisions. I can already do that, that’s not what I’m asking for.
I’d even be open to using a different editor for this purpose, if one exists.
Thanks in advance.