diff --git a/settings.json b/settings.json index 0cdf80d..288995d 100644 --- a/settings.json +++ b/settings.json @@ -75,9 +75,13 @@ "commands": ["workbench.action.quickOpen"] }, { - "before": ["", "o", "g"], + "before": ["", "g", "g"], "commands": ["workbench.action.showAllSymbols"] }, + { + "before": ["", "g", "b"], + "commands": ["workbench.action.gotoSymbol"] + }, { "before": ["", "g", "d"], "commands": ["editor.action.revealDefinition"]