Skip to content

Instantly share code, notes, and snippets.

@TahsinTariq
Last active August 11, 2020 14:06
Show Gist options
  • Save TahsinTariq/094d22f04a559e3028920b733f8fb69c to your computer and use it in GitHub Desktop.
Save TahsinTariq/094d22f04a559e3028920b733f8fb69c to your computer and use it in GitHub Desktop.
[
{
"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