summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/opencode/src/util/keybind.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/opencode/src/util/keybind.ts b/packages/opencode/src/util/keybind.ts
index 96619416f..5beaf9aab 100644
--- a/packages/opencode/src/util/keybind.ts
+++ b/packages/opencode/src/util/keybind.ts
@@ -64,6 +64,9 @@ export namespace Keybind {
case "leader":
info.leader = true
break
+ case "esc":
+ info.name = "escape"
+ break
default:
info.name = part
break