Update go to mappings

This commit is contained in:
Wilfried OLLIVIER 2022-07-23 16:07:55 +02:00
parent c415ae53f3
commit db0d522036
1 changed files with 5 additions and 1 deletions

View File

@ -75,9 +75,13 @@
"commands": ["workbench.action.quickOpen"]
},
{
"before": ["<leader>", "o", "g"],
"before": ["<leader>", "g", "g"],
"commands": ["workbench.action.showAllSymbols"]
},
{
"before": ["<leader>", "g", "b"],
"commands": ["workbench.action.gotoSymbol"]
},
{
"before": ["<leader>", "g", "d"],
"commands": ["editor.action.revealDefinition"]