You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently doing <C-e> in diff_commit_file will open a terminal typing: git diff 426a273~ 426a273
I would like to be able to instead just open diffview as usual with something like :DiffviewOpen -uno 426a273~..426a273 instead. This will provide the same differences between both commits across multiple files but in a more user-friendly way (or at least in my opinion).