Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.0.74 Home All releases olderv2.0.73 v2.0.75newer
Claude Code v2.0.74

Terminal Keybinding Setup: Kitty, Alacritty, Zed, and Warp

What

/terminal-setup now supports configuring Shift+Enter keybindings for Kitty, Alacritty, Zed terminals, plus guidance for Warp.

Usage
claude
> /terminal-setup
Details
  • Kitty: Adds map shift+enter send_text all \e\r to ~/.config/kitty/kitty.conf
  • Alacritty: Adds keyboard binding to ~/.config/alacritty/alacritty.toml
  • Zed: Adds Terminal context binding to ~/.config/zed/keymap.json
  • Warp: Provides manual configuration instructions (Warp doesn't support custom Shift+Enter)
  • Creates backups before modifying existing configs
  • Warns if existing Shift+Enter binding conflicts
Evidence

NB3() at line 196977 (Kitty installer, contains "Installed Kitty Shift+Enter key binding"), LB3() at line 197031 (Alacritty installer), MB3() at line 197098 (Zed installer), OB3() at line 197093 (Warp guidance)

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.0.74 →