From b17cd04dd6207ff6f445162faab24e7240d4288c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 5 Jul 2025 12:17:14 +0100 Subject: [PATCH] feat(keybinding/terminal): add shift+enter keybinding for claude-code --- keybindings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/keybindings.json b/keybindings.json index 7f65f3c..97106e3 100644 --- a/keybindings.json +++ b/keybindings.json @@ -35,6 +35,19 @@ }, // // =========================================================================== + // MARK: Claude Code (Terminal) + // =========================================================================== + // + { + "key": "shift+enter", + "command": "workbench.action.terminal.sendSequence", + "args": { + "text": "\\\r\n" + }, + "when": "terminalFocus" + }, + // + // =========================================================================== // MARK: Window // =========================================================================== //