Skip to content

Instantly share code, notes, and snippets.

@hergaiety
Created January 25, 2018 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hergaiety/e0390208f9572dab899f6bb08fc8e4ae to your computer and use it in GitHub Desktop.
Save hergaiety/e0390208f9572dab899f6bb08fc8e4ae to your computer and use it in GitHub Desktop.
VS Code - Sane Tab Change Behavior
[
{
"key": "ctrl+tab",
"command": "-workbench.action.openNextRecentlyUsedEditorInGroup"
},
{
"key": "ctrl+shift+tab",
"command": "-workbench.action.openPreviousRecentlyUsedEditorInGroup"
},
{
"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