add keybinding

This commit is contained in:
anon
2023-11-20 23:39:34 +01:00
parent b4c0468a19
commit f6dfc15848

View File

@ -21,6 +21,14 @@
"command": "contra.cycle",
"title": "Cycle"
}
],
"keybindings": [
{
"command": "contra.cycle",
"key": "alt+shift+c",
"mac": "alt+shift+c",
"when": "editorTextFocus"
}
]
},
"scripts": {