diff --git a/src/commands/gitCommands.ts b/src/commands/gitCommands.ts index 24f6ae1..99f43cf 100644 --- a/src/commands/gitCommands.ts +++ b/src/commands/gitCommands.ts @@ -348,9 +348,7 @@ export class GitCommandsCommand extends Command { } }; - const mapping: KeyMapping = { - left: { onDidPressKey: goBack }, - }; + const mapping: KeyMapping = {}; if (step.onDidPressKey != null && step.keys != null && step.keys.length !== 0) { for (const key of step.keys) { mapping[key] = {