Skip to content

Instantly share code, notes, and snippets.

View rtorr's full-sized avatar

Richard Torruellas rtorr

View GitHub Profile
@rtorr
rtorr / keybindings.json
Created April 10, 2020 16:27
vscode configuration
[
{
"key": "cmd+\\ cmd+\\",
"command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "cmd+2",
"command": "workbench.action.focusSideBar"
},
{