// Place your key bindings in this file to overwrite the defaults [ { "key": "shift+cmd+n", "command": "extension.advancedNewFile" }, { "key": "alt+cmd+n", "command": "-extension.advancedNewFile" }, { "key": "ctrl+shift+k", "command": "-editor.action.deleteLines", "when": "editorTextFocus" }, { "key": "shift+cmd+d", "command": "workbench.view.debug" }, { "key": "shift+cmd+d", "command": "-workbench.view.debug" }, { "key": "shift+cmd+d", "command": "-editor.action.copyLinesDownAction", "when": "editorTextFocus" }, { "key": "cmd+\\", "command": "workbench.action.debug.continue", "when": "inDebugMode" }, { "key": "f5", "command": "-workbench.action.debug.continue", "when": "inDebugMode" }, { "key": "cmd+'", "command": "workbench.action.debug.stepOver", "when": "inDebugMode" }, { "key": "f10", "command": "-workbench.action.debug.stepOver", "when": "inDebugMode" }, { "key": "cmd+\\", "command": "-workbench.action.terminal.split", "when": "terminalFocus" }, { "key": "cmd+\\", "command": "-workbench.action.splitEditor" }, { "key": "shift+cmd+\\", "command": "workbench.action.toggleSidebarVisibility" }, { "key": "cmd+\\", "command": "-workbench.action.toggleSidebarVisibility" }, { "key": "shift+cmd+backspace", "command": "editor.action.deleteLines", "when": "editorTextFocus && !editorReadonly" }, { "key": "shift+cmd+k", "command": "-editor.action.deleteLines", "when": "editorTextFocus && !editorReadonly" }, { "key": "cmd+o", "command": "workbench.action.addRootFolder" }, { "key": "ctrl+`", "command": "multiCommand.focusTerminalResize", "when": "!terminalFocus" }, { "key": "ctrl+A J", "command": "multiCommand.focusTerminalResize", "when": "!terminalFocus" }, { "key": "ctrl+A ctrl+J", "command": "multiCommand.focusTerminalResize", "when": "!terminalFocus" }, { "key": "ctrl+`", "command": "multiCommand.focusEditorResize", "when": "terminalFocus" }, { "key": "F13", "command": "multiCommand.focusEditorResize", "when": "terminalFocus" }, { "key": "alt+'", "command": "workbench.action.terminal.split", }, { "key": "alt+=", "command": "workbench.action.terminal.new" }, { "key": "alt+1", "command": "workbench.action.terminal.focusAtIndex1" }, { "key": "alt+2", "command": "workbench.action.terminal.focusAtIndex2" }, { "key": "alt+3", "command": "workbench.action.terminal.focusAtIndex3" }, { "key": "alt+4", "command": "workbench.action.terminal.focusAtIndex4" }, { "key": "alt+5", "command": "workbench.action.terminal.focusAtIndex5" }, { "key": "alt+6", "command": "workbench.action.terminal.focusAtIndex6" }, { "key": "alt+7", "command": "workbench.action.terminal.focusAtIndex7" }, { "key": "alt+8", "command": "workbench.action.terminal.focusAtIndex8" }, { "key": "alt+9", "command": "workbench.action.terminal.focusAtIndex9" }, { "key": "alt+-", "command": "workbench.action.terminal.kill", }, { "key": "ctrl+a", "command": "-cursorLineStart", "when": "textInputFocus" }, { "key": "cmd+=", "command": "workbench.action.toggleMaximizedPanel" }, { "key": "cmd+-", "command": "workbench.action.toggleMaximizedPanel" }, { "key": "cmd+=", "command": "-workbench.action.zoomIn" }, { "key": "shift+cmd+=", "command": "-workbench.action.zoomIn" }, { "key": "cmd+-", "command": "-workbench.action.zoomOut" }, { "key": "shift+cmd+-", "command": "-workbench.action.zoomOut" }, { "key": "cmd+k", "command": "workbench.action.terminal.clear", "when": "terminalFocus" }, { "key": "ctrl+h", "command": "cursorLeft", "when": "!terminalFocus" }, { "key": "ctrl+j", "command": "cursorDown", "when": "!terminalFocus" }, { "key": "ctrl+k", "command": "cursorUp", "when": "!terminalFocus" }, { "key": "ctrl+l", "command": "cursorRight", "when": "!terminalFocus" }, { "key": "ctrl+j", "command": "-editor.action.joinLines", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+k", "command": "-deleteAllRight", "when": "textInputFocus && !editorReadonly" }, { "key": "shift+cmd+a", "command": "workbench.action.toggleActivityBarVisibility" }, { "key": "shift+cmd+g", "command": "workbench.view.scm" }, { "key": "ctrl+shift+g", "command": "-workbench.view.scm" }, { "key": "ctrl+cmd+l", "command": "workbench.action.moveEditorToNextGroup" }, { "key": "ctrl+cmd+right", "command": "-workbench.action.moveEditorToNextGroup" }, { "key": "ctrl+cmd+h", "command": "workbench.action.moveEditorToPreviousGroup" }, { "key": "ctrl+cmd+left", "command": "-workbench.action.moveEditorToPreviousGroup" }, { "key": "ctrl+cmd+k", "command": "workbench.action.moveEditorToAboveGroup" }, { "key": "ctrl+cmd+j", "command": "workbench.action.moveEditorToBelowGroup" } ]