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
TL;DR: when I use Magit: Diff File to open a diff to the side, I want the diff to be automatically scrolled to the file position I am in. That is, if I go to the last line in the file, I would also like the diff view to scroll to the last line as well.
Broader context in case this is an XY problem: when reviewing a large, complex pull request, my preferred workflow is to checkout the PR locally, and review the current state of the code (rather than the diff per se). However, I want to still be able to see the diff view to review lines deleted. So, my ideal view would be two-panes, where the left pane is the actual state of the file, and the left pane is a unified diff. Magit: Diff File gives me exactly this, except that I have to scroll the two views manually. If the scrolling was synchronized, that would be perfect!
The text was updated successfully, but these errors were encountered:
TL;DR: when I use
Magit: Diff File
to open a diff to the side, I want the diff to be automatically scrolled to the file position I am in. That is, if I go to the last line in the file, I would also like the diff view to scroll to the last line as well.Broader context in case this is an XY problem: when reviewing a large, complex pull request, my preferred workflow is to checkout the PR locally, and review the current state of the code (rather than the diff per se). However, I want to still be able to see the diff view to review lines deleted. So, my ideal view would be two-panes, where the left pane is the actual state of the file, and the left pane is a unified diff.
Magit: Diff File
gives me exactly this, except that I have to scroll the two views manually. If the scrolling was synchronized, that would be perfect!The text was updated successfully, but these errors were encountered: