1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-06-15 05:35:27 -04:00
Files
dotfiles/vscode/keybindingsMac.json
T

6 lines
229 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" }
]