Skip to content

Instantly share code, notes, and snippets.

@cryptoquick
Forked from jtanx/keybindings.json
Created August 10, 2019 16:19
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 cryptoquick/ee3159da9460bdb7fc64eb5fc256ec8a to your computer and use it in GitHub Desktop.
Save cryptoquick/ee3159da9460bdb7fc64eb5fc256ec8a 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