fix(tui): stop evicting unrelated default keybindings closes #2455

This commit is contained in:
Mario Zechner
2026-03-20 12:54:20 +01:00
parent 6c8ac01947
commit 6de8a2570b
3 changed files with 44 additions and 11 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed shared keybinding resolution to stop user overrides from evicting unrelated default shortcuts such as selector confirm and editor cursor keys ([#2455](https://github.com/badlogic/pi-mono/issues/2455))
## [0.61.0] - 2026-03-20
### Breaking Changes