Browse Source

tweak: normalize escape keybind

Aiden Cline 3 months ago
parent
commit
77c65b18b5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/opencode/src/util/keybind.ts

+ 3 - 0
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