feat(tui): support digit keybindings closes #1905

This commit is contained in:
Mario Zechner
2026-03-08 00:35:08 +01:00
parent 80d79eefc3
commit deb5fb3b88
4 changed files with 74 additions and 27 deletions

View File

@@ -5,6 +5,7 @@
### Added
- Added `treeFoldOrUp` and `treeUnfoldOrDown` editor actions with default bindings for `Ctrl+←`/`Ctrl+→` and `Alt+←`/`Alt+→` ([#1724](https://github.com/badlogic/pi-mono/pull/1724) by [@Perlence](https://github.com/Perlence))
- Added digit keys (`0-9`) to the keybinding system, including Kitty CSI-u and xterm `modifyOtherKeys` support for bindings like `ctrl+1` ([#1905](https://github.com/badlogic/pi-mono/issues/1905))
### Fixed