mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(keybinding/terminal): add shift+enter keybinding for claude-code
This commit is contained in:
@@ -35,6 +35,19 @@
|
||||
},
|
||||
//
|
||||
// ===========================================================================
|
||||
// MARK: Claude Code (Terminal)
|
||||
// ===========================================================================
|
||||
//
|
||||
{
|
||||
"key": "shift+enter",
|
||||
"command": "workbench.action.terminal.sendSequence",
|
||||
"args": {
|
||||
"text": "\\\r\n"
|
||||
},
|
||||
"when": "terminalFocus"
|
||||
},
|
||||
//
|
||||
// ===========================================================================
|
||||
// MARK: Window
|
||||
// ===========================================================================
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user