Skip to content

Instantly share code, notes, and snippets.

View coreydaley's full-sized avatar
🌐
Working from home

Corey Daley coreydaley

🌐
Working from home
View GitHub Profile
@coreydaley
coreydaley / gist:c9d149b8e5f68446098d06e8fff2c95a
Created September 15, 2025 16:09
Visual Studio Code Keybindings
// Place your key bindings in this file to override the defaults
[
{
"key": "shift+cmd+o shift+cmd+v",
"command": "outline.focus"
},
{
"key": "cmd+o cmd+e",
"command": "workbench.explorer.openEditorsView.toggleVisibility"
},