fix: escape char

Signed-off-by: d0zingcat <iamtangli42@gmail.com>
This commit is contained in:
2025-12-30 14:11:11 +08:00
parent 278cc832d9
commit 2b524d6dfe

View File

@@ -83,8 +83,6 @@ bindings = [
{ key = "Tab", mods = "Control", action = "SelectNextTab" },
{ key = "Tab", mods = "Control|Shift", action = "SelectPreviousTab" },
]
[[keyboard.bindings]]
key = "Return"
mods = "Shift"
chars = "\u001b\r"