diffview.nvim
diffview.nvim copied to clipboard
[Question]: view commits changing a file and include other file changes as well
Hello,
often I find myself browsing the history of a file with DiffviewFileHistory %. However my issue with this is that I cannot view other files that were changed in the viewed commit:
What i would like to see is exaclty what DiffviewFileHistory provides when running it without any params
Is there a way to view the history of one file, while also seeing other files in the tree view that were changed within the commit?
Thanks in advance