philc / philc/vimium

Can vimium rank the `O` address suggestions by frequency?

Open
#2,537 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
27k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

for example, I always visit https://github.com/${myname}/${someRepo]/issues/new. So when I input "new" to

O -- Open URL, bookmark or history entry in a new tab

It should display

https://github.com/${myname}/${someRepo]/issues/new

as the first address suggestions list.

Rather than some other URL containing the word new that is used less frequently.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by locating the O command's address-suggestion and history-ranking flow, then determine how visit frequency is available; done means a frequently visited matching URL appears before less-used matches, with coverage for the reported example.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
search
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.