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 // =========================================================================== //