mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 03:16:39 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user