Skip to content

Instantly share code, notes, and snippets.

@pavlo
Created October 28, 2016 09:41
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 pavlo/c3f28ad8118173dd8b7c20319e7a290b to your computer and use it in GitHub Desktop.
Save pavlo/c3f28ad8118173dd8b7c20319e7a290b to your computer and use it in GitHub Desktop.
Switch Visual Code editors based on history (similar to IntelliJ's cmd+e)
[{
"key": "cmd+e",
"command": "workbench.action.openPreviousEditorFromHistory",
"when": "editorTextFocus"
},
{
"key": "cmd+e",
"command": "workbench.action.quickOpenNavigateNext",
"when": "inQuickOpen"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment