Skip to content

Instantly share code, notes, and snippets.

@ggteixeira
Created December 23, 2019 02:59
Show Gist options
  • Save ggteixeira/07a95e5ccbaded7ddfce27df69fe8296 to your computer and use it in GitHub Desktop.
Save ggteixeira/07a95e5ccbaded7ddfce27df69fe8296 to your computer and use it in GitHub Desktop.
Cycle tabs (Visual Studio Code
{
"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