Skip to content

Instantly share code, notes, and snippets.

@Guitaricet
Created February 12, 2020 23:45
Show Gist options
  • Save Guitaricet/28e8902824f9c1c1aaaeb674087a399a to your computer and use it in GitHub Desktop.
Save Guitaricet/28e8902824f9c1c1aaaeb674087a399a to your computer and use it in GitHub Desktop.
VS Code keybindings
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment