Skip to content
| Marketplace
Sign in
Visual Studio Code>Keymaps>Disable MRU tabs behaviourNew to Visual Studio Code? Get it now.
Disable MRU tabs behaviour

Disable MRU tabs behaviour

aetonsi

|
211 installs
| (1) | Free
Simple keybindings / keymap to disable the annoying MRU behaviour which is the default of the VS Code editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Disable MRU tabs behaviour README

Simple keybindings / keymap to disable the annoying MRU behaviour which is the default of the VS Code editor.

This is all this extension does:

[
  {
    "key": "ctrl+tab",
    "command": "workbench.action.nextEditor"
  },
  {
    "key": "ctrl+shift+tab",
    "command": "workbench.action.previousEditor"
  }
]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft