2025-09-04
This commit is contained in:
@@ -0,0 +1,175 @@
|
||||
// Place your key bindings in this file to override the defaults
|
||||
[
|
||||
{
|
||||
"key": "alt+cmd+o",
|
||||
"command": "workbench.action.openRecent"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+r",
|
||||
"command": "-workbench.action.openRecent"
|
||||
},
|
||||
{
|
||||
"key": "alt+cmd+o",
|
||||
"command": "-workbench.action.remote.showMenu"
|
||||
},
|
||||
{
|
||||
"key": "alt+cmd+t",
|
||||
"command": "-workbench.action.closeOtherEditors"
|
||||
},
|
||||
{
|
||||
"key": "alt+cmd+t",
|
||||
"command": "workbench.action.terminal.openNativeConsole",
|
||||
"when": "!terminalFocus"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+c",
|
||||
"command": "-workbench.action.terminal.openNativeConsole",
|
||||
"when": "!terminalFocus"
|
||||
},
|
||||
{ "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": "ctrl+1",
|
||||
"command": "-workbench.action.openEditorAtIndex1"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+2",
|
||||
"command": "-workbench.action.openEditorAtIndex2"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+3",
|
||||
"command": "-workbench.action.openEditorAtIndex3"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+4",
|
||||
"command": "-workbench.action.openEditorAtIndex4"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+5",
|
||||
"command": "-workbench.action.openEditorAtIndex5"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+6",
|
||||
"command": "-workbench.action.openEditorAtIndex6"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+7",
|
||||
"command": "-workbench.action.openEditorAtIndex7"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+8",
|
||||
"command": "-workbench.action.openEditorAtIndex8"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+9",
|
||||
"command": "-workbench.action.openEditorAtIndex9"
|
||||
},
|
||||
{
|
||||
"key": "alt+cmd+left",
|
||||
"command": "workbench.action.focusLeftGroup"
|
||||
},
|
||||
{
|
||||
"key": "cmd+k cmd+left",
|
||||
"command": "-workbench.action.focusLeftGroup"
|
||||
},
|
||||
{
|
||||
"key": "alt+cmd+right",
|
||||
"command": "workbench.action.focusRightGroup"
|
||||
},
|
||||
{
|
||||
"key": "cmd+k cmd+right",
|
||||
"command": "-workbench.action.focusRightGroup"
|
||||
},
|
||||
{
|
||||
"key": "alt+cmd+right",
|
||||
"command": "-workbench.action.nextEditor"
|
||||
},
|
||||
{
|
||||
"key": "alt+cmd+left",
|
||||
"command": "-workbench.action.previousEditor"
|
||||
},
|
||||
{
|
||||
"key": "alt",
|
||||
"command": "supermaven.toggle"
|
||||
},
|
||||
{
|
||||
"key": "alt+j",
|
||||
"command": "-supermaven.newConversationTab"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+i",
|
||||
"command": "-supermaven.addToChat"
|
||||
},
|
||||
{
|
||||
"key": "cmd+i",
|
||||
"command": "-supermaven.editWithSupermaven"
|
||||
},
|
||||
{
|
||||
"key": "cmd+numpad0",
|
||||
"command": "-workbench.action.zoomReset"
|
||||
},
|
||||
{
|
||||
"key": "cmd+numpad_add",
|
||||
"command": "-workbench.action.zoomIn"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+=",
|
||||
"command": "-workbench.action.zoomIn"
|
||||
},
|
||||
{
|
||||
"key": "cmd+=",
|
||||
"command": "-workbench.action.zoomIn"
|
||||
},
|
||||
{
|
||||
"key": "cmd+numpad_subtract",
|
||||
"command": "-workbench.action.zoomOut"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+-",
|
||||
"command": "-workbench.action.zoomOut"
|
||||
},
|
||||
{
|
||||
"key": "cmd+-",
|
||||
"command": "-workbench.action.zoomOut"
|
||||
},
|
||||
{
|
||||
"key": "cmd+=",
|
||||
"command": "editor.action.fontZoomIn"
|
||||
},
|
||||
{
|
||||
"key": "cmd+-",
|
||||
"command": "editor.action.fontZoomOut"
|
||||
},
|
||||
{
|
||||
"key": "cmd+0",
|
||||
"command": "editor.action.fontZoomReset"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+f",
|
||||
"command": "-workbench.action.findInFiles"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+f",
|
||||
"command": "-workbench.action.terminal.searchWorkspace",
|
||||
"when": "terminalFocus && terminalProcessSupported && terminalTextSelected"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+f",
|
||||
"command": "-workbench.view.search",
|
||||
"when": "workbench.view.search.active && neverMatch =~ /doesNotMatch/"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+f",
|
||||
"command": "search.action.openNewEditor"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user