Skip to content

aetonsi/disable-mru-tabs-behaviour

Repository files navigation

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"
  }
]

About

{vscode} VS Code extension to disable MRU behavior.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published