How to jump to next version control change? #11173
-
Hello! I may have simply missed the configuration option in the documentation, but is there a way to jump to next version control change / modification? For example, I use the {
"f8": "editor::GoToDiagnostic",
"shift-f8": "editor::GoToPrevDiagnostic",
} Is there a similar one for version control? |
Beta Was this translation helpful? Give feedback.
Answered by
bennetbo
Apr 29, 2024
Replies: 1 comment 1 reply
-
Yeah there is |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thomasgtaylor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah there is
editor::GoToHunk
/editor::GoToPrevHunk
which lets you jump to additions/modifications (default keybindings:cmd-f8
/cmd-shift-f8
)