philc / philc/vimium

[feature request] allow user to set the number of items displayed in histories and bookmarks

Open
#3,688 0 comments 4 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

when press Tab after o, it will automatically display
the recent history. it only has 10 items.

image

that is if user press 11 Tab or Ctrl j, it will
return the first item. can user change the number of items? press 11
Tab, it will display 11th item in the 10th line and the 1th item
will be scrolled up.

when press Tab after b, it will not automatically display any bookmark. why this phenomenon exists? Why the completion of bookmarks cannot be displayed?

Thanks! Good plugin. No matter which browser i changed, this plugin is always installed.

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

Start by tracing the Tab-after-o history completion and Tab-after-b bookmark completion behaviors described in the issue. Identify where the displayed item count and scrolling are controlled, then determine how user configuration should affect both lists. Done means the requested number of history items is selectable and bookmark completion behavior is clarified or corrected, with relevant tests updated if they exist.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.