Created
November 30, 2016 14:17
-
-
Save Chavao/367a3af01c7331edfbc729d15dd89a64 to your computer and use it in GitHub Desktop.
Visual Studio Code - Keybindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"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