Press ctrl+x b in the diff panel to cycle which revision it compares against.
What's wrong with this entry?
The action that switches which revision the diff panel compares against now has a default key binding, ctrl+x b, active while the diff panel is focused. It existed in the previous build with no key attached, so it was unreachable without a custom keymap.
- Bound in the default keymap under the
DiffPanelcontext only, so the chord does nothing elsewhere. - The action is listed as "switch diff panel base".
{ context: "DiffPanel", bindings: { "ctrl+x b": "app:cycleDiffBase" } }
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.223
Ctrl+J inserts a newline in multiline text inputs
Both mention ctrl
-
v2.1.236
Publishing an artifact now tells you how to reopen it
Both mention ctrl
-
v2.1.242
Keybindings that terminals cannot tell apart are rejected
Both mention ctrl