This is an automated archive made by the Lemmit Bot.

The original was posted on /r/vim by /u/SevrinTheMuto on 2025-08-26 13:50:44+00:00.


When I do code reviews I page through git diff’s output but may want to see the changed lines within the file.

So currently I quit git diff to load the file in Vim. And then quit vim and run git diff again and scroll back to the place I left off.

Is there a way I can have both git diff and Vim running and switch between the views? (Or other suggestions for a Vim-based workflow for code reviews?)