Feature request/enhancement: jump to first match in find mode.
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
When I'm in find mode, I often want to start the search again from the top of the page (= to jump to the first match on the page).
In (Neo-)vim this is possible, by 'gg' and 'n'.
Is it possible to implement this (and also jumping to the last match) in Vimium?
Thanks a lot!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating Vimium's find-mode handling and the existing next- and previous-match commands. Trace how find-mode key sequences are mapped, then verify that commands for the first and last match consistently move the search position to the corresponding boundary.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100