Skip to content

Instantly share code, notes, and snippets.

View andys8's full-sized avatar
💻
Hi there!

Andy andys8

💻
Hi there!
View GitHub Profile
@andys8
andys8 / keybindings.json
Last active July 16, 2018 11:54
VS Code Keybindings
[
{
"key": "ctrl+shift+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "shift+enter",
"command": "extension.aceJump",
},
{