claude-code - 💡(How to fix) Fix [BUG] Slash command does not work with modified keybindings

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Error Messages/Logs

Code Example



---

{
      "context": "Chat",
      "bindings": {
        "ctrl+enter": "chat:submit",
        "enter": "chat:newline",
       }
    },
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Bringing up a slash command then pressing ctrl+enter does not send the slash command.

What Should Happen?

Bringing up a slash command then pressing ctrl+enter should send that slash command.

Error Messages/Logs

Steps to Reproduce

Please refer to https://github.com/anthropics/claude-code/issues/57139 for context. I added a comment to 57139 however it has not been picked up so I am creating this new issue.

The fix in v2.1.141 successfully resolved this for standard text prompts, however the bug is still present when using slash commands.

  • I am now on Claude Code 2.1.150
  • OS: macOS
  • Terminal: Warp
  • Claude Code CLI
  • I note this fix was released with 2.1.141
  • My relevant keybindings are as below;
    {
      "context": "Chat",
      "bindings": {
        "ctrl+enter": "chat:submit",
        "enter": "chat:newline",
       }
    },
  • Note that ctrl+enter does now correctly work for sending text prompts.
  • Pressing enter does correctly create a new line in the input window.

What's Wrong

  • Bringing up a slash command then pressing ctrl+enter does not send the slash command.

What Should Happen

  • Bringing up a slash command then pressing ctrl+enter should send that slash command.

Claude Model

Sonnet (default)

Is this a regression?

No, this never worked

Last Working Version

No response

Claude Code Version

2.1.150

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Warp

Additional Information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] Slash command does not work with modified keybindings