Skip to content

Instantly share code, notes, and snippets.

@kristianmitk
kristianmitk / keybindings.json
Last active May 7, 2019 08:20
VSCode key bindings
[
{
"key": "cmd+k cmd+b",
"command": "workbench.action.toggleActivityBarVisibility"
},
{ "key": "cmd+k cmd+0", "command": "editor.foldAll" },
{
"key": "cmd+0 cmd+K",
"command": "editor.unfoldAll"
},