Skip to content

Instantly share code, notes, and snippets.

@pipwilson
Created March 7, 2018 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pipwilson/2cc084bf87166545437724b4cec1e1cf to your computer and use it in GitHub Desktop.
Save pipwilson/2cc084bf87166545437724b4cec1e1cf to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
},
{
"key": "ctrl+pageup",
"command": "-workbench.action.previousEditor"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "ctrl+pagedown",
"command": "-workbench.action.nextEditor"
},
{
"key": "ctrl+tab",
"command": "-workbench.action.openNextRecentlyUsedEditorInGroup"
},
{
"key": "ctrl+shift+tab",
"command": "-workbench.action.openPreviousRecentlyUsedEditorInGroup"
}
]
@pipwilson
Copy link
Author

Sane CTRL+TAB settings for VS Code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment