Skip to content

Instantly share code, notes, and snippets.

View GalCohen's full-sized avatar

Gal Cohen GalCohen

View GitHub Profile
@GalCohen
GalCohen / keybindings.json
Last active April 10, 2025 21:21
VS Code / Cursor settings.json
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+cmd+r",
"command": "sweetpad.build.launch"
},
{
"key": "ctrl+cmd+b",
"command": "sweetpad.build.build"
},