-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility of comparing 2 hashes on view only mode #2338
Comments
If I understand you correctly, I think you want something like |
I tried and didn't work as expected. I managed to write a function in Lua though:
It works by selecting 2 commits with Tab in Telescope git_bcommits and then pressing Ctrl+o Just in case anyone is interested |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using 'Telescope git_bcommits'. Is it possible to compare two different hashes of the same file? Something like:
:Gvdiffsplit hash1 hash2
How to achieve this? If not, could it be added?
Thanks
The text was updated successfully, but these errors were encountered: