Fix: typo in shortcut

This commit is contained in:
Wilfried OLLIVIER 2022-08-08 21:41:06 +02:00
parent db0d522036
commit b488c8f60a
1 changed files with 3 additions and 2 deletions

View File

@ -75,7 +75,7 @@
"commands": ["workbench.action.quickOpen"]
},
{
"before": ["<leader>", "g", "g"],
"before": ["<leader>", "g", "a"],
"commands": ["workbench.action.showAllSymbols"]
},
{
@ -240,5 +240,6 @@
},
"emmet.includeLanguages": {
"erb": "html"
}
},
"githubPullRequests.pullBranch": "never"
}