Is there any way to stop cycling through the files when comparing changes? I use diffview.nvim a lot for reviewing a PR. Then, I navigate to the next/previous changes using <tab>/<shift-tab>. After I review the changes on the last file,
if I press <tab> again, then I view the changes on the first file again. I would like to know if there's a way to disable this behaviour, i.e., stop cycling through the files so it's easier to know when the end of the review is reached.
Is there any way to stop cycling through the files when comparing changes? I use diffview.nvim a lot for reviewing a PR. Then, I navigate to the next/previous changes using
<tab>/<shift-tab>. After I review the changes on the last file,if I press
<tab>again, then I view the changes on the first file again. I would like to know if there's a way to disable this behaviour, i.e., stop cycling through the files so it's easier to know when the end of the review is reached.