[Bug] Custom Keybinding for Line Break Not Working
Resolved 💬 5 comments Opened Sep 18, 2025 by BoobalanJKKN Closed Jan 6, 2026
Bug Description
if i set the keybinding like line break for sift + enter is not work only default keybinding for \ + enter only working, so i can't set the custom keybindings
Environment Info
- Platform: win32
- Terminal: cursor
- Version: 1.0.117
- Feedback ID: a0463878-5087-454a-a1fb-836ac2306e4a
Errors
[{"error":"Error: Request was aborted.\n at AP.makeRequest (file:///C:/Users/Boobalan/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:1009:3864)","timestamp":"2025-09-18T04:47:19.743Z"}]
[
{
"key": "shift+enter",
"command": "workbench.action.terminal.sendSequence",
"args": {
"text": "\\\n"
},
"when": "terminalFocus"
}
]
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗