[feature request] allow user to set the number of items displayed in histories and bookmarks
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.

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
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 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