mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 10:14:22 +01:00
tweak: normalize escape keybind
This commit is contained in:
@@ -64,6 +64,9 @@ export namespace Keybind {
|
||||
case "leader":
|
||||
info.leader = true
|
||||
break
|
||||
case "esc":
|
||||
info.name = "escape"
|
||||
break
|
||||
default:
|
||||
info.name = part
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user