Skip to content

Instantly share code, notes, and snippets.

@Chavao
Created November 30, 2016 14:17
Show Gist options
  • Save Chavao/367a3af01c7331edfbc729d15dd89a64 to your computer and use it in GitHub Desktop.
Save Chavao/367a3af01c7331edfbc729d15dd89a64 to your computer and use it in GitHub Desktop.
Visual Studio Code - Keybindings
[
{"key": "ctrl+t", "command": "extension.transpose", "when": "editorFocus"},
{"key": "ctrl+shift+l", "command": "extension.splitIntoLines", "when": "editorFocus"},
{"key": "ctrl+j", "command": "extension.joinLines", "when": "editorFocus"},
{"key": "ctrl+shift+n", "command": "workbench.action.quickOpen" },
{"key": "ctrl+n", "command": "workbench.action.gotoSymbol"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment