cmd + ; -> show VSpaceCode operations
init setting keybindings
override/create
"vspacecode.bindingOverrides": [
{
"keys": "g",
"name": "go...",
"type": "bindings",
"bindings": [
{
"key": "g",
"name": "go to",
"type": "command",
"command": "workbench.action.gotoLine"
}
]
}
]custom
"vspacecode.bindings": [
{
"key": "g",
"name": "go...",
"type": "bindings",
"bindings": [
{
"key": "g",
"name": "go to",
"type": "command",
"command": "workbench.action.gotoLine"
}
]
}
]