This commit is contained in:
Ray Elliott 2026-05-04 20:40:15 +01:00
parent b7b74730b3
commit 5f0a2ab31e
1 changed files with 2 additions and 2 deletions

View File

@ -37,11 +37,11 @@ x = -1
y = 0 y = 0
# claude-code shift+enter support # codex shift+enter support
[[keyboard.bindings]] [[keyboard.bindings]]
key = "Return" key = "Return"
mods = "Shift" mods = "Shift"
chars = "\u001B\r" chars = "\u001B[13;2u"
[[keyboard.bindings]] [[keyboard.bindings]]
action = "Paste" action = "Paste"