Replies: 1 comment
-
|
I agree with the proposal 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you scroll down a large PR to the third file (for example), then hit
n,diffnavcurrently switches into single-file mode and brings you back to the first file in the diff.Instead,
nshould start on the file you're currently looking at (which is a bit tricky, there may be multiple files on the screen, and a decision needs to be made there).In the current usage, the loss of current position is pretty jarring
Beta Was this translation helpful? Give feedback.
All reactions