Skip to content

Instantly share code, notes, and snippets.

@ilaborie
Created July 12, 2016 06:26
Show Gist options
  • Save ilaborie/22f26ba91c895f41378390827622db38 to your computer and use it in GitHub Desktop.
Save ilaborie/22f26ba91c895f41378390827622db38 to your computer and use it in GitHub Desktop.
VSCode config
[
{
"key": "ctrl+g",
"command": "editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "cmd+shift+l",
"command": "HookyQR.beautify",
"when": "editorFocus"
}
]
{
"locale": "en-US",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 16,
"editor.fontLigatures": true,
"workbench.editor.showTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment