Skip to content

Instantly share code, notes, and snippets.

@valdergallo
Created November 6, 2017 16:55
Show Gist options
  • Save valdergallo/b49296cd519c4576a33b61b0a4f75e6a to your computer and use it in GitHub Desktop.
Save valdergallo/b49296cd519c4576a33b61b0a4f75e6a to your computer and use it in GitHub Desktop.
VSCode keybinds for ubunto and sublime
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+alt+d",
"command": "editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "ctrl+d",
"command": "editor.action.deleteLines",
"when": "editorFocus"
},
{
"key": "ctrl+g",
"command": "editor.action.goToTypeDefinition",
"when": "editorFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment