fix: escape char

Signed-off-by: d0zingcat <iamtangli42@gmail.com>
This commit is contained in:
2025-12-30 14:31:49 +08:00
parent 7a098b345f
commit 234e7497b8

View File

@@ -82,4 +82,4 @@ bindings = [
# Window/Tab switching
{ key = "Tab", mods = "Control", action = "SelectNextTab" },
{ key = "Tab", mods = "Control|Shift", action = "SelectPreviousTab" },
]
]