co-mono/packages/tui/src
Kao Félix b836a9d2ee
feat(tui): add symbol key support to keybinding system (#450)
- Added SymbolKey type with 32 symbol keys
- Added symbol key constants to Key helper (Key.backtick, Key.comma, Key.period, etc.)
- Updated matchesKey() and parseKey() to handle symbol key input
- Added documentation in coding-agent README with examples
2026-01-04 20:37:08 +01:00
..
components fix(tui): expand paste markers when opening external editor (#444) 2026-01-04 18:11:42 +01:00
autocomplete.ts TUI: Improve file completion display (fixes #280) 2025-12-22 16:36:42 +01:00
index.ts feat: add type-safe KeyId for matchesKey function 2026-01-03 16:03:35 +01:00
keybindings.ts feat: add type-safe KeyId for matchesKey function 2026-01-03 16:03:35 +01:00
keys.ts feat(tui): add symbol key support to keybinding system (#450) 2026-01-04 20:37:08 +01:00
terminal-image.ts Fix Ghostty detection inside tmux for inline images (#299) 2025-12-24 12:04:41 +01:00
terminal.ts Add terminal title support to TUI framework (#407) 2026-01-02 22:00:34 +01:00
tui.ts feat: configurable keybindings for all editor and app actions 2026-01-03 08:23:56 +01:00
utils.ts fix(tui): Strip OSC 8 hyperlink sequences in visibleWidth (#396) 2026-01-02 10:32:36 +01:00