Add shift-enter binding for claude code support

This commit is contained in:
2026-05-19 11:37:10 -05:00
parent 5a6ed9607c
commit 085c040265
+9
View File
@@ -15,3 +15,12 @@ opacity = 0.95
[window.padding] [window.padding]
x = 16 x = 16
y = 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"