mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-01-12 16:32:54 -05:00
5 lines
236 B
JSON
5 lines
236 B
JSON
// Place your key bindings in this file to overwrite the defaults
|
|
[
|
|
{ "key": "ctrl+tab", "command": "workbench.action.nextEditor" },
|
|
{ "key": "ctrl+shift+tab", "command": "workbench.action.previousEditor" }
|
|
] |