mirror of
https://github.com/turtlebasket/env.git
synced 2026-03-05 03:54:25 -08:00
261 lines
6.0 KiB
JSON
261 lines
6.0 KiB
JSON
// Place your key bindings in this file to override the defaults
|
|
[
|
|
{
|
|
"key": "cmd+1",
|
|
"command": "workbench.action.openEditorAtIndex1"
|
|
},
|
|
{
|
|
"key": "ctrl+1",
|
|
"command": "-workbench.action.openEditorAtIndex1"
|
|
},
|
|
{
|
|
"key": "cmd+2",
|
|
"command": "workbench.action.openEditorAtIndex2"
|
|
},
|
|
{
|
|
"key": "ctrl+2",
|
|
"command": "-workbench.action.openEditorAtIndex2"
|
|
},
|
|
{
|
|
"key": "cmd+3",
|
|
"command": "workbench.action.openEditorAtIndex3"
|
|
},
|
|
{
|
|
"key": "ctrl+3",
|
|
"command": "-workbench.action.openEditorAtIndex3"
|
|
},
|
|
{
|
|
"key": "cmd+4",
|
|
"command": "workbench.action.openEditorAtIndex4"
|
|
},
|
|
{
|
|
"key": "ctrl+4",
|
|
"command": "-workbench.action.openEditorAtIndex4"
|
|
},
|
|
{
|
|
"key": "cmd+5",
|
|
"command": "workbench.action.openEditorAtIndex5"
|
|
},
|
|
{
|
|
"key": "ctrl+5",
|
|
"command": "-workbench.action.openEditorAtIndex5"
|
|
},
|
|
{
|
|
"key": "cmd+6",
|
|
"command": "workbench.action.openEditorAtIndex6"
|
|
},
|
|
{
|
|
"key": "ctrl+6",
|
|
"command": "-workbench.action.openEditorAtIndex6"
|
|
},
|
|
{
|
|
"key": "cmd+7",
|
|
"command": "workbench.action.openEditorAtIndex7"
|
|
},
|
|
{
|
|
"key": "ctrl+7",
|
|
"command": "-workbench.action.openEditorAtIndex7"
|
|
},
|
|
{
|
|
"key": "cmd+8",
|
|
"command": "workbench.action.openEditorAtIndex8"
|
|
},
|
|
{
|
|
"key": "ctrl+8",
|
|
"command": "-workbench.action.openEditorAtIndex8"
|
|
},
|
|
{
|
|
"key": "cmd+9",
|
|
"command": "workbench.action.openEditorAtIndex9"
|
|
},
|
|
{
|
|
"key": "ctrl+9",
|
|
"command": "-workbench.action.openEditorAtIndex9"
|
|
},
|
|
{
|
|
"key": "alt+cmd+1",
|
|
"command": "workbench.action.focusFirstEditorGroup"
|
|
},
|
|
{
|
|
"key": "cmd+1",
|
|
"command": "-workbench.action.focusFirstEditorGroup"
|
|
},
|
|
{
|
|
"key": "alt+cmd+3",
|
|
"command": "workbench.action.focusThirdEditorGroup"
|
|
},
|
|
{
|
|
"key": "cmd+3",
|
|
"command": "-workbench.action.focusThirdEditorGroup"
|
|
},
|
|
{
|
|
"key": "alt+cmd+6",
|
|
"command": "workbench.action.focusSixthEditorGroup"
|
|
},
|
|
{
|
|
"key": "cmd+6",
|
|
"command": "-workbench.action.focusSixthEditorGroup"
|
|
},
|
|
{
|
|
"key": "alt+cmd+7",
|
|
"command": "workbench.action.focusSeventhEditorGroup"
|
|
},
|
|
{
|
|
"key": "cmd+7",
|
|
"command": "-workbench.action.focusSeventhEditorGroup"
|
|
},
|
|
{
|
|
"key": "alt+cmd+2",
|
|
"command": "workbench.action.focusSecondEditorGroup"
|
|
},
|
|
{
|
|
"key": "cmd+2",
|
|
"command": "-workbench.action.focusSecondEditorGroup"
|
|
},
|
|
{
|
|
"key": "alt+cmd+4",
|
|
"command": "workbench.action.focusFourthEditorGroup"
|
|
},
|
|
{
|
|
"key": "cmd+4",
|
|
"command": "-workbench.action.focusFourthEditorGroup"
|
|
},
|
|
{
|
|
"key": "alt+cmd+5",
|
|
"command": "workbench.action.focusFifthEditorGroup"
|
|
},
|
|
{
|
|
"key": "cmd+5",
|
|
"command": "-workbench.action.focusFifthEditorGroup"
|
|
},
|
|
{
|
|
"key": "alt+cmd+8",
|
|
"command": "workbench.action.focusEighthEditorGroup"
|
|
},
|
|
{
|
|
"key": "cmd+8",
|
|
"command": "-workbench.action.focusEighthEditorGroup"
|
|
},
|
|
{
|
|
"key": "alt+cmd+0",
|
|
"command": "workbench.action.focusLastEditorGroup"
|
|
},
|
|
{
|
|
"key": "cmd+h",
|
|
"command": "workbench.action.toggleAuxiliaryBar"
|
|
},
|
|
{
|
|
"key": "cmd+g",
|
|
"command": "git-graph.view"
|
|
},
|
|
{
|
|
"key": "cmd+m",
|
|
"command": "-markdown.extension.editing.toggleMath",
|
|
"when": "editorTextFocus && !editorReadonly && editorLangId == 'markdown'"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+tab",
|
|
"command": "workbench.action.showPreviousWindowTab"
|
|
},
|
|
{
|
|
"key": "ctrl+tab",
|
|
"command": "workbench.action.showNextWindowTab"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+tab",
|
|
"command": "-workbench.action.quickOpenLeastRecentlyUsedEditorInGroup",
|
|
"when": "!activeEditorGroupEmpty"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+tab",
|
|
"command": "-workbench.action.quickOpenNavigatePreviousInEditorPicker",
|
|
"when": "inEditorsPicker && inQuickOpen"
|
|
},
|
|
{
|
|
"key": "ctrl+tab",
|
|
"command": "-workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup",
|
|
"when": "!activeEditorGroupEmpty"
|
|
},
|
|
{
|
|
"key": "ctrl+tab",
|
|
"command": "-workbench.action.quickOpenNavigateNextInEditorPicker",
|
|
"when": "inEditorsPicker && inQuickOpen"
|
|
},
|
|
{
|
|
"key": "shift+cmd+z",
|
|
"command": "workbench.action.toggleZenMode"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+1",
|
|
"command": "workbench.action.terminal.focusAtIndex1"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+2",
|
|
"command": "workbench.action.terminal.focusAtIndex2"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+3",
|
|
"command": "workbench.action.terminal.focusAtIndex3"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+4",
|
|
"command": "workbench.action.terminal.focusAtIndex4"
|
|
},
|
|
{
|
|
"key": "alt+c",
|
|
"command": "workbench.panel.chatSidebar"
|
|
},
|
|
{
|
|
"key": "shift+cmd+e",
|
|
"command": "workbench.view.explorer",
|
|
"when": "viewContainer.workbench.view.explorer.enabled"
|
|
},
|
|
{
|
|
"key": "shift+cmd+e",
|
|
"command": "-workbench.view.explorer",
|
|
"when": "viewContainer.workbench.view.explorer.enabled"
|
|
},
|
|
{
|
|
"key": "shift+cmd+i",
|
|
"command": "composerMode.chat"
|
|
},
|
|
{
|
|
"key": "shift+cmd+i",
|
|
"command": "-composer.newAgentChat"
|
|
},
|
|
{
|
|
"key": "cmd+; shift+cmd+i",
|
|
"command": "-testing.toggleInlineCoverage"
|
|
},
|
|
{
|
|
"key": "shift+cmd+i",
|
|
"command": "-workbench.panel.chatEditing",
|
|
"when": "workbench.panel.chat.view.edits.active"
|
|
},
|
|
{
|
|
"key": "shift+cmd+g",
|
|
"command": "-editor.action.previousMatchFindAction",
|
|
"when": "activeEditorIsReviewChanges || editorFocus"
|
|
},
|
|
{
|
|
"key": "shift+cmd+g",
|
|
"command": "-planEditor.findPrevious",
|
|
"when": "markdownPlanEditorActive"
|
|
},
|
|
{
|
|
"key": "shift+cmd+g",
|
|
"command": "-workbench.action.terminal.findPrevious",
|
|
"when": "terminalFindFocused && terminalHasBeenCreated || terminalFindFocused && terminalProcessSupported || terminalFocusInAny && terminalHasBeenCreated || terminalFocusInAny && terminalProcessSupported"
|
|
},
|
|
{
|
|
"key": "shift+cmd+g",
|
|
"command": "workbench.view.scm",
|
|
"when": "workbench.scm.active"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+g",
|
|
"command": "-workbench.view.scm",
|
|
"when": "workbench.scm.active"
|
|
}
|
|
]
|