Skip to content

Instantly share code, notes, and snippets.

@riivanov
Created April 3, 2023 13:47
Show Gist options
  • Save riivanov/b873e9af226c101c48af84799b69ab0c to your computer and use it in GitHub Desktop.
Save riivanov/b873e9af226c101c48af84799b69ab0c to your computer and use it in GitHub Desktop.
[
{
"key": "alt+r",
"command": "workbench.action.reloadWindow",
"when": "editorFocus"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
},
{
"key": "ctrl+b",
"command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "ctrl+w",
"command": "workbench.action.closeActiveEditor"
},
{
"key": "alt+l",
"command": "list.collapseAll"
},
// {
// "key": "ctrl+space",
// "command": "editor.action.showHover"
// },
{
"key": "ctrl+shift+space",
"command": "editor.action.triggerParameterHints"
},
{
"key": "alt+s",
"command": "extension.switchStyle"
},
{
"key": "alt+t",
"command": "extension.switchTemplate"
},
{
"key": "alt+c",
"command": "extension.switchTs"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment