feat(tui,coding-agent): add shell-style keybindings alt+b, alt+f, ctrl+d

- Add alt+b/alt+f as alternative bindings for cursorWordLeft/cursorWordRight
- Add ctrl+d as alternative binding for deleteCharForward
- Fix ctrl+d in custom editor to perform delete when text is present
  (previously it was always consumed, even with non-empty input)

Closes #1043

Co-authored-by: Jason Ish <ish@unx.ca>
This commit is contained in:
Mario Zechner 2026-01-29 00:21:39 +01:00
parent 5ef79459dc
commit 81be81328c
5 changed files with 16 additions and 7 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Added `alt+b` and `alt+f` as alternative keybindings for word navigation (`cursorWordLeft`, `cursorWordRight`) and `ctrl+d` for `deleteCharForward` ([#1043](https://github.com/badlogic/pi-mono/issues/1043) by [@jasonish](https://github.com/jasonish))
## [0.50.1] - 2026-01-26
## [0.50.0] - 2026-01-26