only exclude key sequence not individual keys
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
When I add the following exclusion entry, Vimium disables each individual key (i.e. +gd) on Github e.g. d won't scroll the screen down. A better approach, I think, is to disable only the key sequence (g+d) instead of each individual key.
URL: https?://github.com/*
key: g+d (go to dashboard )
thanks
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 file or test is named. Start by locating the exclusion-entry handling and key-sequence dispatch described in the issue, then reproduce the GitHub behavior with g+d excluded. Done means g+d is disabled while d alone still scrolls the page.
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