findMatch should change next/prev direction according to if you pressed Enter (or shift+enter) in search box #18616

Open
opened 2026-01-31 06:19:27 +00:00 by claunia · 0 comments
Owner

Originally created by @carlos-zamora on GitHub (Oct 6, 2022).

Description of the new feature/enhancement

findMatch has a direction associated with it. It should operate like this:

  • if in search dialog you press Enter --> "findNext" should search in that direction (bottom-up), shift+f3 should search backwards
  • if you press shift+enter --> "findNext" should go in that direction (top-down), shift+f3 should search backwards

NOTE:

  • F3 --> "findMatch" dir:next
  • Shift+f3 --> "findMatch" dir:prev
Originally created by @carlos-zamora on GitHub (Oct 6, 2022). # Description of the new feature/enhancement `findMatch` has a direction associated with it. It should operate like this: - if in search dialog you press Enter --> "findNext" should search in that direction (bottom-up), shift+f3 should search backwards - if you press shift+enter --> "findNext" should go in that direction (top-down), shift+f3 should search backwards NOTE: - F3 --> "findMatch" dir:next - Shift+f3 --> "findMatch" dir:prev
claunia added the Issue-FeatureProduct-TerminalArea-UserInterface labels 2026-01-31 06:19:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#18616