Created
July 12, 2016 06:26
-
-
Save ilaborie/22f26ba91c895f41378390827622db38 to your computer and use it in GitHub Desktop.
VSCode config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"key": "ctrl+g", | |
"command": "editor.action.addSelectionToNextFindMatch", | |
"when": "editorFocus" | |
}, | |
{ | |
"key": "cmd+shift+l", | |
"command": "HookyQR.beautify", | |
"when": "editorFocus" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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