Skip to content

Instantly share code, notes, and snippets.

@jtanx
Created April 23, 2017 09:33
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jtanx/879b2dd56964fda7a0613ed4140d6f75 to your computer and use it in GitHub Desktop.
Save jtanx/879b2dd56964fda7a0613ed4140d6f75 to your computer and use it in GitHub Desktop.
Visual Studio Code disable MRU tab switching
[
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment