Created
December 23, 2019 02:59
-
-
Save ggteixeira/07a95e5ccbaded7ddfce27df69fe8296 to your computer and use it in GitHub Desktop.
Cycle tabs (Visual Studio Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"key": "ctrl+tab", | |
"command": "workbench.action.nextEditor" | |
}, | |
{ | |
"key": "ctrl+shift+tab", | |
"command": "workbench.action.previousEditor" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment