[feature request] hotkeys % for page goto navigation
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Right now, the page navigation includes top/bottom, and half/full page scrolling up/down.
Sometimes it's helpful to go to an arbitrary percentage of the page, for example, source code on github where one may have some idea of the line number to go to. The vim % key provides such a possibility, e.g., 10% goes to 10% of the full page
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
No files or tests are named. Start by locating the existing top, bottom, and half/full page navigation handlers, then trace how Vimium parses multi-key commands. Done means a percentage command such as 10% moves to the corresponding position in the page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100