feat(keybinding/terminal): add shift+enter keybinding for claude-code

This commit is contained in:
2025-07-05 12:17:14 +01:00
parent 57380157cb
commit b17cd04dd6

View File

@@ -35,6 +35,19 @@
},
//
// ===========================================================================
// MARK: Claude Code (Terminal)
// ===========================================================================
//
{
"key": "shift+enter",
"command": "workbench.action.terminal.sendSequence",
"args": {
"text": "\\\r\n"
},
"when": "terminalFocus"
},
//
// ===========================================================================
// MARK: Window
// ===========================================================================
//