Fix: typo in shortcut

This commit is contained in:
Wilfried OLLIVIER 2022-08-08 21:41:06 +02:00
parent db0d522036
commit b488c8f60a

View file

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