Created
April 10, 2026 01:59
-
-
Save TimothyJones/7046a89f308124bbd7c964b629471cd1 to your computer and use it in GitHub Desktop.
Soft returns in Claude (
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