Skip to content

Instantly share code, notes, and snippets.

@TimothyJones
Created April 10, 2026 02:00
Show Gist options
  • Select an option

  • Save TimothyJones/7740aa5e6bc36d95602f3fe080bb05f8 to your computer and use it in GitHub Desktop.

Select an option

Save TimothyJones/7740aa5e6bc36d95602f3fe080bb05f8 to your computer and use it in GitHub Desktop.
Soft returns in Claude (~/.claude/keybindings.json)
{
"$schema": "https://www.schemastore.org/claude-code-keybindings.json",
"$docs": "https://code.claude.com/docs/en/keybindings",
"bindings": [
{
"context": "Chat",
"bindings": {
"shift+enter": "chat:newline"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment