Skip to content

Instantly share code, notes, and snippets.

@shhyou
Forked from jtanx/keybindings.json
Created July 12, 2022 19:50
Show Gist options
  • Save shhyou/96f0189bce40e498e38f686beab3e40e to your computer and use it in GitHub Desktop.
Save shhyou/96f0189bce40e498e38f686beab3e40e 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