Created
March 20, 2017 09:27
-
-
Save ahmetabdi/d95f017e8c4ae17e3c711498ce165de5 to your computer and use it in GitHub Desktop.
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
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ "key": "cmd+t", "command": "workbench.action.quickOpen" }, | |
{ "key": "cmd+r", "command": "workbench.action.quickOpen" }, | |
{ "key": "cmd+e", "command": "editor.action.goToDeclaration", "when": "editorTextFocus" }, | |
{ "key": "cmd+shift+e", "command": "editor.action.previewDeclaration" }, | |
{ "key": "cmd+y", "command": "redo", "when": "editorTextFocus" }, | |
{ "key": "cmd+1", "command": "workbench.action.openEditorAtIndex1" }, | |
{ "key": "cmd+2", "command": "workbench.action.openEditorAtIndex2" }, | |
{ "key": "cmd+3", "command": "workbench.action.openEditorAtIndex3" }, | |
{ "key": "cmd+4", "command": "workbench.action.openEditorAtIndex4" }, | |
{ "key": "cmd+5", "command": "workbench.action.openEditorAtIndex5" }, | |
{ "key": "cmd+6", "command": "workbench.action.openEditorAtIndex6" }, | |
{ "key": "cmd+7", "command": "workbench.action.openEditorAtIndex7" }, | |
{ "key": "cmd+8", "command": "workbench.action.openEditorAtIndex8" }, | |
{ "key": "cmd+9", "command": "workbench.action.openEditorAtIndex9" }, | |
{ "key": "cmd+enter", "command": "workbench.action.toggleFullScreen" }, | |
{ "key": "cmd+\\", "command": "workbench.action.toggleSidebarVisibility" }, | |
{ "key": "ctrl+l", "command": "workbench.action.gotoLine" }, | |
{ "key": "F1", "command": "editor.action.format"}, | |
// { "key": "F2", "command": "workbench.action.terminal.toggleTerminal"}, | |
// { "key": "F3", "command": "workbench.action.toggleDevTools"}, | |
// { "key": "F4", "command": "workbench.action.toggleSidebarPosition"}, | |
// { "key": "F5", "command": "workbench.action.toggleStatusbarVisibility"}, | |
{ "key": "F2", "command": "workbench.action.toggleZenMode" }, | |
// { "key": "shift+cmd+d", "command": "workbench.view.debug" }, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment