Skip to content

Instantly share code, notes, and snippets.

@Ryomasao
Created January 18, 2019 01:04
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 Ryomasao/58f4ead8a7e22def053ef77d9a21da50 to your computer and use it in GitHub Desktop.
Save Ryomasao/58f4ead8a7e22def053ef77d9a21da50 to your computer and use it in GitHub Desktop.
1/18ver
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+cmd+",
"command": "workbench.action.quickOpenNavigateNextInEditorPicker",
"when": "inEditorsPicker && inQuickOpen"
},
{
"key": "ctrl+tab",
"command": "-workbench.action.quickOpenNavigateNextInEditorPicker",
"when": "inEditorsPicker && inQuickOpen"
},
{
"key": "ctrl+cmd+",
"command": "workbench.action.openNextRecentlyUsedEditorInGroup"
},
{
"key": "ctrl+tab",
"command": "-workbench.action.openNextRecentlyUsedEditorInGroup"
},
{
"key": "ctrl+w",
"command": "workbench.action.nextEditor"
},
{
"key": "shift+cmd+]",
"command": "-workbench.action.nextEditor"
}
]
{
"window.zoomLevel": 0,
"editor.tabSize": 2,
"emmet.includeLanguages": {"javascript": "javascriptreact",}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment