refactor(tui): remove legacy keymap layer (#37206)

Co-authored-by: Kit Langton <kit.langton@gmail.com>
Co-authored-by: Dax Raad <d@ironbay.co>
This commit is contained in:
opencode-agent[bot]
2026-07-16 21:33:15 +00:00
committed by GitHub
co-authored by Kit Langton Dax Raad
parent e916b99742
commit b4a4ef0b3c
19 changed files with 535 additions and 1025 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
"./editor-zed": "./src/editor-zed.ts",
"./runtime": "./src/runtime.tsx",
"./terminal-win32": "./src/terminal-win32.ts",
"./keymap": "./src/keymap.tsx",
"./context/keymap": "./src/context/keymap.tsx",
"./prompt/content": "./src/prompt/content.ts",
"./prompt/display": "./src/prompt/display.ts",
"./plugin/runtime": "./src/plugin/runtime.tsx",