Skip to content

Add shortcut to jump to next result file#42

Open
lewbei wants to merge 1 commit into
zigcBenx:masterfrom
lewbei:jump-to-next-file-shortcut
Open

Add shortcut to jump to next result file#42
lewbei wants to merge 1 commit into
zigcBenx:masterfrom
lewbei:jump-to-next-file-shortcut

Conversation

@lewbei
Copy link
Copy Markdown

@lewbei lewbei commented May 12, 2026

Fixes #34.

This adds the requested keyboard shortcut for moving from the current search result to the first result in the next file group.

Behavior:

  • plain ArrowDown still moves to the next match as before
  • Ctrl+ArrowDown jumps to the first match whose file differs from the currently selected match
  • Cmd+ArrowDown is also supported for macOS keyboards
  • if no match is selected yet, the shortcut selects the first match

Verification:

npm run compile

npm run compile passes.

I also ran npm run lint, but the repository currently has no ESLint config file, so ESLint exits before checking source files:

ESLint couldn't find a configuration file.

@lewbei lewbei mentioned this pull request May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

jump to next file

1 participant