fugit2.nvim
fugit2.nvim copied to clipboard
feature: Open diff for a commit in graph view
Did you check the docs?
- [X] I have read all the docs
Is your feature request related to a problem? Please describe.
no
Describe the solution you'd like
Right now, when running <CMD>Fugit2Graph
you'd get a nice overview of commits and branches. That is awesome already. But I did not see a way to either check out this commit, view the diff or anything. Also, in my case I cannot switch branches here.
It would be great to get a little "menu" when hitting enter on an commit to either checkout the commit or see the diff. And when hitting b it would be nice to switch over to the branch view and be able to check out some other branch. (might be a bug?)
Describe alternatives you've considered
hmmm... not sure what to say. I guess, there is no real other solution...
Additional context
No response