From db0d522036ef1f7de6c2c63c8f4888d6b2ac6988 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Sat, 23 Jul 2022 16:07:55 +0200 Subject: [PATCH] Update go to mappings --- settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"]