Hey there!
First, thank you very much for codediff.nvim. It's really great!
Second, is there any way to stop cycling through the files when comparing changes? Here is the motivation: When reviewing code, 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 for me to know when the end of the review is reached.
Thanks again!