Skip to content

Instantly share code, notes, and snippets.

@andregoncalves
Created August 22, 2016 12:29
Show Gist options
  • Save andregoncalves/5ec02265b90cec4645dc3b1fe2bfb0d8 to your computer and use it in GitHub Desktop.
Save andregoncalves/5ec02265b90cec4645dc3b1fe2bfb0d8 to your computer and use it in GitHub Desktop.
vscode keybindings
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+t",
"command": "workbench.action.quickOpen"
},
{
"key": "cmd+p",
"command": "workbench.action.showAllSymbols"
},
{
"key": "ctrl+shift+i",
"command": "editor.action.toggleRenderWhitespace"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment