Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 361 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 361 Bytes

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