Skip to content

Instantly share code, notes, and snippets.

@jalescardoso
Last active September 14, 2018 17: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 jalescardoso/44262f2fd77645a7b03e55df7527fbb6 to your computer and use it in GitHub Desktop.
Save jalescardoso/44262f2fd77645a7b03e55df7527fbb6 to your computer and use it in GitHub Desktop.
[
{
"key": "ctrl+s",
"command": "-workbench.action.files.save"
},
{
"key": "ctrl+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "alt+left",
"command": "workbench.action.navigateBack"
},
{
"key": "alt+right",
"command": "workbench.action.navigateForward"
},
{
"key": "ctrl+shift+-",
"command": "-workbench.action.navigateForward"
}
]
{
"workbench.iconTheme": null,
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.visible": true,
"editor.dragAndDrop": false,
"git.enableSmartCommit": true,
"editor.insertSpaces": false,
"explorer.autoReveal": true,
"git.confirmSync": false,
"window.title": "${dirty}${activeEditorLong}${separator}${rootName}${separator}${appName}",
"editor.multiCursorModifier": "ctrlCmd",
"editor.selectionClipboard": false,
"html.autoClosingTags": false,
"explorer.confirmDelete": false,
"editor.detectIndentation": false,
"workbench.colorTheme": "Default Light+",
"typescript.updateImportsOnFileMove.enabled": "never",
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment