When a file is focused with f, the diff view shows only that file, but [ and ] can no longer navigate to other files.
Focus mode should retain its single-file view while allowing [ and ] to switch the focused file. This makes reviewing multi-file diffs easier by keeping the view focused on one file at a time while still allowing reviewers to move through files sequentially without leaving focus mode.
I have a local implementation and regression test for this behavior. If this direction LGTM, I can open a PR.
When a file is focused with
f, the diff view shows only that file, but[and]can no longer navigate to other files.Focus mode should retain its single-file view while allowing
[and]to switch the focused file. This makes reviewing multi-file diffs easier by keeping the view focused on one file at a time while still allowing reviewers to move through files sequentially without leaving focus mode.I have a local implementation and regression test for this behavior. If this direction LGTM, I can open a PR.