Skip to content

Instantly share code, notes, and snippets.

@ilaborie
Last active November 2, 2016 08:45
Show Gist options
  • Save ilaborie/a89956f07fb509be0745269792838763 to your computer and use it in GitHub Desktop.
Save ilaborie/a89956f07fb509be0745269792838763 to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+g",
"command": "editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "cmd+shift+l",
"command": "HookyQR.beautify",
"when": "editorFocus"
},{
"key": "ctrl+f5",
"command": "rest-client.request",
"when": "editorFocus"
}
]
{
"locale": "en-US",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 16,
"editor.fontLigatures": true,
"workbench.editor.showTabs": false,
"editor.renderWhitespace": true,
"window.zoomLevel": 1,
"eslint.enable": false,
"files.autoSave": "onWindowChange",
"typescript.check.tscVersion": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment