Skip to content

Instantly share code, notes, and snippets.

View matheusrocha89's full-sized avatar

Matheus Cruz Rocha matheusrocha89

View GitHub Profile
@matheusrocha89
matheusrocha89 / vscode-shortcuts.json
Last active May 19, 2018 22:02
My VS Code shortcuts
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+w v",
"command": "workbench.action.splitEditor"
},
{
"key": "cmd+\\",
"command": "-workbench.action.splitEditor"
},