[ { "key": "ctrl+shift+n ctrl+shift+f", "command": "explorer.newFile" }, { "key": "ctrl+shift+delete", "command": "workbench.action.terminal.kill" }, { "key": "ctrl+shift+g", "command": "workbench.view.scm", "when": "workbench.scm.active && !gitlens:disabled && config.gitlens.keymap == 'chorded'" }, { "key": "ctrl+shift+g g", "command": "-workbench.view.scm", "when": "workbench.scm.active && !gitlens:disabled && config.gitlens.keymap == 'chorded'" }, { "key": "ctrl+shift+n", "command": "-workbench.action.newWindow" }, { "key": "ctrl+alt+down", "command": "editor.action.copyLinesDownAction", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+shift+alt+down", "command": "-editor.action.copyLinesDownAction", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+alt+up", "command": "editor.action.copyLinesUpAction", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+shift+alt+up", "command": "-editor.action.copyLinesUpAction", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+shift+n ctrl+shift+d", "command": "explorer.newFolder" }, { "key": "ctrl+shift+e", "command": "-workbench.action.quickOpenNavigatePreviousInFilePicker", "when": "inFilesPicker && inQuickOpen" }, { "key": "ctrl+y", "command": "workbench.action.toggleMaximizedPanel" }, { "key": "ctrl+shift+a", "command": "workbench.action.focusActivityBar" }, { "key": "ctrl+down", "command": "-scrollLineDown", "when": "textInputFocus" }, { "key": "ctrl+down", "command": "mario.moveDown", "when": "editorTextFocus" }, { "key": "alt+s", "command": "-mario.moveDown", "when": "editorTextFocus" }, { "key": "ctrl+up", "command": "-scrollLineUp", "when": "textInputFocus" }, { "key": "ctrl+up", "command": "mario.moveUp", "when": "editorTextFocus" }, { "key": "alt+w", "command": "-mario.moveUp", "when": "editorTextFocus" }, { "key": "ctrl+1", "command": "workbench.action.openEditorAtIndex1" }, { "key": "alt+1", "command": "-workbench.action.openEditorAtIndex1" }, { "key": "ctrl+2", "command": "workbench.action.openEditorAtIndex2" }, { "key": "alt+2", "command": "-workbench.action.openEditorAtIndex2" }, { "key": "ctrl+3", "command": "workbench.action.openEditorAtIndex3" }, { "key": "alt+3", "command": "-workbench.action.openEditorAtIndex3" }, { "key": "ctrl+4", "command": "workbench.action.openEditorAtIndex4" }, { "key": "alt+4", "command": "-workbench.action.openEditorAtIndex4" }, { "key": "ctrl+5", "command": "workbench.action.openEditorAtIndex5" }, { "key": "alt+5", "command": "-workbench.action.openEditorAtIndex5" }, { "key": "ctrl+6", "command": "workbench.action.openEditorAtIndex6" }, { "key": "alt+6", "command": "-workbench.action.openEditorAtIndex6" }, { "key": "ctrl+7", "command": "workbench.action.openEditorAtIndex7" }, { "key": "alt+7", "command": "-workbench.action.openEditorAtIndex7" }, { "key": "ctrl+8", "command": "workbench.action.openEditorAtIndex8" }, { "key": "alt+8", "command": "-workbench.action.openEditorAtIndex8" }, { "key": "ctrl+9", "command": "workbench.action.openEditorAtIndex9" }, { "key": "alt+9", "command": "-workbench.action.openEditorAtIndex9" }, { "key": "ctrl+shift+q", "command": "runCommands", "args": { "commands": [ "cody.chat.newEditorPanel", "workbench.action.editorLayoutSingle" ] } }, { "key": "alt+l", "command": "claude-dev.SidebarProvider.focus" } ]