Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

New keybinding to send queued input immediately

ctrl+x ctrl+s and ctrl+enter now send your queued message right away, interrupting any in-progress response

TierUse it nowhow much it should matter to you
Useful4my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaTerminal UIwhat it touches
KindNew Featuresin v2.1.275,
Group of 3 Use it now Notable

ctrl+x ctrl+s and ctrl+enter now send your queued message right away, interrupting any in-progress response

What

  • Two new key chords, ctrl+x ctrl+s and ctrl+enter, are added to the chat keymap, both mapped to a new "send now" action alongside the existing enter and ctrl+x-enter bindings.
  • This action immediately sends whatever input is currently queued, interrupting the streaming response if Claude is still replying to a previous message.
  • A new sendQueuedNow method implements this, distinct from the existing submitEmpty action, and triggers the telemetry event input_send_now_key.

Why

This gives a quick way to force a queued message through right away instead of waiting for the current response to finish.

Read from
Names in the bundlechat:sendNow
What the documentation says
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up chat:sendNow, on Interactive mode. In terminals that don't report extended keys, `Ctrl+Enter` arrives as plain `Enter` and queues the draft instead; `Ctrl+X Ctrl+S` works in any terminal. Both keys are bindings of the [`chat:sendNow` action](/docs/en/keybindings#chat-action… interactive-mode see the edit
How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding does not say what key combination triggers this action.
Anthropic's documentation agreesAnthropic's documentation has since written up chat:sendNow, on Interactive mode.

See this entry in the whole of v2.1.275 →

Feedback