-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
user-feedbackFeedback submitted by usersFeedback submitted by usersuxUser experience improvementsUser experience improvements
Description
Problem
Standard terminal keybinds Ctrl+P (previous history) and Ctrl+N (next history) are not mapped in the TUI input. Only Up / Down arrow keys work for history navigation. There is also no /terminal command to configure terminal behavior or keybind presets.
Expected behavior
Ctrl+Pshould navigate to the previous input history entry (same asUparrow)Ctrl+Nshould navigate to the next input history entry (same asDownarrow)- These are readline/emacs-standard keybindings that terminal-native users expect by default
Current behavior
Ctrl+PandCtrl+Ndo nothing- Only
Up/Downarrows work for history (documented in keybinds page) - The keybinds are customizable via config, but
Ctrl+P/Ctrl+Nshould be defaults — not something users have to discover and manually configure
Additional context
- The keybinds docs list 85+ configurable keybindings but omit
Ctrl+P/Ctrl+Nfrom defaults - No
/terminalcommand exists in the built-in commands to adjust terminal behavior presets (e.g., emacs-style vs vi-style input)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
user-feedbackFeedback submitted by usersFeedback submitted by usersuxUser experience improvementsUser experience improvements