Last active
August 11, 2020 14:06
-
-
Save TahsinTariq/094d22f04a559e3028920b733f8fb69c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[ | |
{ | |
"keys": ["ctrl+r"], "command": "build", | |
"context": [{ "key": "selector", "operator": "equal", "operand": "source.pde" }] | |
}, | |
{ | |
"keys": ["ctrl+shift+r"], "command": "build", | |
"args": {"variant": "Run sketch fullscreen"}, | |
"context": [{ "key": "selector", "operator": "equal", "operand": "source.pde" }] | |
}, | |
{ "keys": ["ctrl+m"], "command": "toggle_side_bar" }, | |
{ "keys": ["ctrl+k"], "command": "prompt_open_file" }, | |
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" }, | |
{ "keys": ["ctrl+q"], "command": "exec", "args": {"kill": true} }, | |
{"keys": ["ctrl+t"], "command": "reindent", "args": {"single_line": false}} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment