Skip to content

Instantly share code, notes, and snippets.

@euaaron
Created August 27, 2021 13:13
Show Gist options
  • Save euaaron/387662d0cc565f93e91b0c90fb063ee6 to your computer and use it in GitHub Desktop.
Save euaaron/387662d0cc565f93e91b0c90fb063ee6 to your computer and use it in GitHub Desktop.
My custom VS Code shortcuts
[
{
"key": "ctrl+numpad6",
"command": "workbench.action.toggleActivityBarVisibility"
},
{
"key": "ctrl+numpad5",
"command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "ctrl+numpad4",
"command": "workbench.action.toggleZenMode"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment