refactor(keybindings): swap Claude terminal shortcut bindings

Make Shift+Cmd+C open the beside editor tab (more common use case) and
move the plain terminal profile opener to Alt+Shift+Cmd+C.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jim Myhrberg
2026-02-13 09:50:35 +00:00
parent 42f420a6fb
commit de9ee266ba

View File

@@ -50,17 +50,17 @@
"command": "-workbench.action.terminal.openNativeConsole",
"when": "!terminalFocus"
},
{ // Open Claude terminal.
{ // Open Claude terminal in editor tab to the side (locked group).
"key": "shift+cmd+c",
"command": "macros.openClaudeTerminalBeside"
},
{ // Open Claude terminal.
"key": "alt+shift+cmd+c",
"command": "workbench.action.terminal.newWithProfile",
"args": {
"profileName": "Claude"
}
},
{ // Open Claude terminal in editor tab to the side (locked group).
"key": "alt+shift+cmd+c",
"command": "macros.openClaudeTerminalBeside"
},
//
// ===========================================================================
// MARK: Window