fix claude-code incorrect shift+enter keybinding
See: https://github.com/anthropics/claude-code/issues/14793
This commit is contained in:
parent
80b9920728
commit
14e1fc216b
|
|
@ -1,5 +0,0 @@
|
||||||
# Claude added the following but chars line breaks config
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
key = "Return"
|
|
||||||
mods = "Shift"
|
|
||||||
chars = "\x1b\r"
|
|
||||||
|
|
@ -36,6 +36,13 @@ style = "Semibold"
|
||||||
x = -1
|
x = -1
|
||||||
y = 0
|
y = 0
|
||||||
|
|
||||||
|
|
||||||
|
# claude-code shift+enter support
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
key = "Return"
|
||||||
|
mods = "Shift"
|
||||||
|
chars = "\u001B\r"
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
[[keyboard.bindings]]
|
||||||
action = "Paste"
|
action = "Paste"
|
||||||
key = "V"
|
key = "V"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue