[PR #5473] Fix ctrl+p/ctrl+n navigation in multi-line TUI prompts #11422

Open
opened 2026-02-16 18:16:15 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/5473

State: open
Merged: No


Summary

  • Fixes ctrl+p/ctrl+n keybindings to enable cursor movement within multi-line input instead of always triggering history navigation
  • History navigation now only activates when cursor is on boundary rows (first/last), allowing Emacs-style navigation within the
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5473 **State:** open **Merged:** No --- ### Summary - Fixes ctrl+p/ctrl+n keybindings to enable cursor movement within multi-line input instead of always triggering history navigation - History navigation now only activates when cursor is on boundary rows (first/last), allowing Emacs-style navigation within the
yindo added the pull-request label 2026-02-16 18:16:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11422