This commit is contained in:
2026-09-16 08:44:15 +02:00
parent 1e56b05236
commit f082f9db74
15 changed files with 88 additions and 16 deletions

View File

@@ -48,7 +48,8 @@ bindings = [
[keyboard]
bindings = [
{ key = "Back", mods = "Control", chars = "\u001b\u007f"},
{ key = "N", mods = "Control", action = "SpawnNewInstance" }
{ key = "N", mods = "Control", action = "SpawnNewInstance" },
{ key = "Return", mods = "Shift", chars = "\u001B\r"}
]
[scrolling]