Add shift-enter binding for claude code support
This commit is contained in:
@@ -15,3 +15,12 @@ opacity = 0.95
|
||||
[window.padding]
|
||||
x = 16
|
||||
y = 16
|
||||
|
||||
# Shift+Enter sends a distinct ESC+CR sequence so apps (like Claude Code)
|
||||
# can distinguish it from plain Enter and insert a newline instead of
|
||||
# submitting. Installed by Claude Code/terminal-setup; preserved here
|
||||
# so bombadil renders it persistently across dotfile syncs.
|
||||
[[keyboard.bindings]]
|
||||
key = "Return"
|
||||
mods = "Shift"
|
||||
chars = "\u001B\r"
|
||||
|
||||
Reference in New Issue
Block a user