Skip to content

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors