Created
April 10, 2026 02:00
-
-
Save TimothyJones/7740aa5e6bc36d95602f3fe080bb05f8 to your computer and use it in GitHub Desktop.
Soft returns in Claude (~/.claude/keybindings.json)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$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