Merge feat/scroll-previous-prompts with history load on resume

This commit is contained in:
Mario Zechner 2025-12-05 22:02:16 +01:00
commit 30dd31d787
5 changed files with 488 additions and 307 deletions

View file

@ -691,6 +691,8 @@ Change queue mode with `/queue` command. Setting is saved in `~/.pi/agent/settin
**Navigation:**
- **Arrow keys**: Move cursor (Up/Down navigate visual lines, Left/Right move by character)
- **Up Arrow** (empty editor): Browse previous prompts (history)
- **Down Arrow** (browsing history): Browse newer prompts or return to empty editor
- **Option+Left** / **Ctrl+Left**: Move word backwards
- **Option+Right** / **Ctrl+Right**: Move word forwards
- **Ctrl+A** / **Home**: Jump to start of line