Skip to content

Instantly share code, notes, and snippets.

@saghm
Created December 16, 2016 00:40
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 saghm/6f97aea92029fec62067e658c6f02f58 to your computer and use it in GitHub Desktop.
Save saghm/6f97aea92029fec62067e658c6f02f58 to your computer and use it in GitHub Desktop.
[
{
"key": "ctrl+x o",
"command": "workbench.action.navigateEditorGroups",
"when": "editorTextFocus"
},
{
"key": "ctrl+x k",
"command": "workbench.action.closeActiveEditor"
},
{
"key": "ctrl+x 3",
"command": "workbench.action.splitEditor"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment