Vomnibar scroll with <c-n>, <c-p> as in default vim
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to implement scrolling with , in vomnibar ?
I was unsuccessful with mapping.
The biggest problem for me is getting over chromium default shortcut .
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 at the vomnibar entry point and trace how key mappings are handled, with particular attention to the existing mapping path and Chromium's default handling of c-n. The work is done when c-n and c-p scroll the vomnibar as in default Vim without being overridden by the browser shortcut, and the relevant behavior is covered by tests if the project provides them.
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