fix claude-code incorrect shift+enter keybinding

See: https://github.com/anthropics/claude-code/issues/14793
This commit is contained in:
Ray Elliott 2026-01-28 20:56:50 +00:00
parent 80b9920728
commit 14e1fc216b
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +0,0 @@
# Claude added the following but chars line breaks config
[[keyboard.bindings]]
key = "Return"
mods = "Shift"
chars = "\x1b\r"

View File

@ -36,6 +36,13 @@ style = "Semibold"
x = -1
y = 0
# claude-code shift+enter support
[[keyboard.bindings]]
key = "Return"
mods = "Shift"
chars = "\u001B\r"
[[keyboard.bindings]]
action = "Paste"
key = "V"